Effect of Variable Bit Rate Traffic Models on the Energy Consumption in MANET Routing Protocols
|
|
- Cori Warren
- 1 years ago
- Views:
Transcription
1 Volume 1, Issue 3, October 2013 ISSN: (Online) International Journal of Modern Engineering & Management Research Website: Effect of Variable Bit Rate Traffic Models on the Energy Consumption in MANET Routing Protocols Manish Murjani M. Tech. Scholar Department of Computer Science & Engineering Gyan Ganga College of Technology Jabalpur (M.P.) [INDIA] Abstract A Mobile Ad hoc Networks (MANET) represents a system of wireless mobile nodes that can freely and dynamically self-organize in to arbitrary and temporary network topologies, allowing people and devices to seamlessly communicate without any pre-existing communication architecture. One of the main issues in MANET routing protocols is development of energy efficient protocols due to limited bandwidth and battery life. There are various such protocols developed and analyzed under Constant Bit Rate (CBR) traffic by many authors. In the present communication the energy consumption in traffic models VBR (Exponential and Pareto) is measured using routing protocols namely AODV and DSDV with lesser number of nodes. Simulation and computation of energy consumed, received and transmitted energy were done with ns-2 simulator (2.34 version). Keywords: MANET, VBR Model, Exponential traffic, Pareto traffic, AODV, DSDV, NS INTRODUCTION A mobile ad hoc network (MANET) is a collection of wireless mobile nodes dynamically forming a network Topology without the use of any existing network infrastructure or centralized administration. Such infrastructure less networks are usually Prof. Ashish Mishra Assistant Professor Department of Computer Science & Engineering Gyan Ganga Institute of Technology Jabalpur (M.P.) [INDIA] needed in battlefields, disaster areas, and meetings, because of their capability of handling node failures and fast topology changes. One important aspect of ad-hoc networks is energy efficiency since only a simple battery provides nodes autonomy. Thus, minimizing energy consumption is a major challenge in these networks. Jaun Carlos Cano et. al. [1] have developed number of such protocols and analyzed them under Constant Bit Rate (CBR) traffic. J Hoong et. al. [2] have compared two reactive protocols under ON/OFF source traffic. They have selected packet delivery ratio, normalized routing overhead and average delay as the performance parameters. Maashri et. al. [3] have compared the energy consumption of various protocols under CBR traffic. D. Nitnawale et. al. [4] have presented a paper on comparison of various protocols under Pareto traffic. Dubey and Shrivastava [5] have identified the packets responsible for increasing energy consumption with routing protocols using different traffic models. In the present paper, we have compared the energy consumption of two routing protocols (AODV and DSDV) under VBR using Exponential and Pareto traffic. Total energy consumed by each node during transmission and reception process has been evaluated as the function of number of nodes, pause time and average speed. International Journal of Modern Engineering & Management Research Vol 1 Issue 3 October
2 This paper is organized in five sections. Section 2 gives brief description of studied routing protocols. Section 3 describes simulation environment, traffic models and energy evaluation model. Simulation results are discussed in section 4. Section 5 describes our conclusion and future scope. 2. DESCRIPTION OF MANET ROUTING PROTOCOLS Description of routing protocols AODV and DSDV in brief are as follows: 2.1. AODV (Ad-hoc On demand Distance Vector) This is a reactive protocol, which performs Route Discovery using control messages route request (RREQ) and route reply (RREP) whenever a node wishes to send packets to destination. To control network wide broadcasts of RREQs, the source node uses an expanding ring search technique. The forward path sets up an intermediate node in its route table with a lifetime association RREP. When either destination or intermediate node using moves, a route error (RERR) is sent to the affected source node. When source node receives the (RERR), it can reinitiate route if the route is still needed. Neighborhood information is obtained from broadcast Hello packet. As AODV protocol is a flat routing protocol it does not need any central administrative system to handle the routing process. AODV tends to reduce the control traffic messages overhead at the cost of increased latency in finding new routes. The AODV has great advantage in having less overhead over simple protocols which need to keep the entire route from the source host to the destination host in their messages. The RREQ and RREP messages, which are responsible for the route discovery, do not increase significantly the overhead from these control messages. AODV reacts relatively quickly to the topological changes in the network and updating only the hosts that may be affected by the change, using the RRER message. The Hello messages, which are responsible for the route maintenance, are also limited so that they do not create unnecessary overhead in the network. The AODV protocol is a loop free and avoids the counting to infinity problem, which were typical to the classical distance vector routing protocols, by the usage of the sequence numbers. [6] DSDV (Destination Sequenced Distance Vector) The Destination Sequenced Distance Vector is a proactive routing protocol. Which include freedom from loops in routing tables, more dynamic and less convergence time. Every node in the MANET maintains a routing table which contains list of all known destination nodes within the network along with number of hops required to reach to particular node. Each entry is marked with a sequence number assigned by the destination node. The sequence numbers are used to identify stale routes thus avoiding formation of loops. In DSDV[7], each node have a routing table, here each table must contain the destination node address, the minimum number of hops to that destination and the next hop in the direction of that destination. The tables in DSDV also have an entry for sequence numbers for every destination. These sequence numbers form an important part of DSDV as they guarantee that the nodes can distinguish between stale and new routes. Here each node is associated with a sequence number and the value of the sequence number is incremented only by the node the sequence number is associated with. Thus, these increasing sequence numbers here emulate a logical clock. Suppose a node receives two updates from the same source then the receiving node here makes a decision as to which update to incorporate in its routing table based on the sequence number. A higher sequence number denotes a more recent update sent out by the source node. Therefore it can update its routing table with more actual information and hence avoid route loops or false routes. International Journal of Modern Engineering & Management Research Vol 1 Issue 3 October
3 DSDV determines the topology information and the route information by exchanging these routing tables, which each node maintains. The nodes here exchange routing updates whenever a node detects a change in topology. When a node receives an update packet, it checks the sequence number in the packet. If the information in the packet is older than the receiving node has in its routing tables, then the packet is discarded. Otherwise, information is updated appropriately in the receiving node s routing table. The update packet is then forwarded to all other neighboring nodes (except the one from which the packet came). In addition, the node also sends any new information that resulted from the merging of the information provided by the update packet. The updates sent out in this case, by nodes resulting from a change, can be of two types that is either a full update or a partial update. In case of full updates, the complete routing table is sent out and in case of a partial updates only the changes since last full update are sent out. 3. SIMULATION ENVIRONMENT The simulation is done with the help of NS-2 simulator version 2.34 [8]. The network contains 10 nodes randomly distributed in a 500m X 500m area, pause time of 10s and average speed of 2.48m/s as basic scenario Traffic Model Traffic model used are VBR (Exponential and Pareto), which are generated using cbrgen.tcl [9] VBR Traffic Model VBR generates traffic at a nondeterministic rate. It is an ON/OFF traffic Exponential Traffic Model It is an ON/OFF traffic with exponential distribution. It generates traffic during ON period (burst time). Average ON and OFF (idle time) times are 1.5s and 0.5s respectively. Burst Time 1.5s Idle Time 0.5s Pareto Traffic Model It is an ON/OFF traffic with exponential distribution. It also generates traffic during ON period (burst time). Average ON and OFF (idle time) times are 1.5s and 0.5s respectively with a shape of 2.5. Burst Time 1.5s No. of nodes 10 Simulation Time 120s Pause Time 10s Average Speed 2.48m/s Traffic Type VBR(Exponential, Pareto) Idle Time 0.5s Shape 2.5 Table 2: for Exponential Traffic 3.2. Energy Evaluation Model We have used energy model as given in the following table: Packet Size 512byte Table 1: Basic Simulation Scenario The selected parameters are varied using setdest command. International Journal of Modern Engineering & Management Research Vol 1 Issue 3 October
4 Network Interface WirelessPhy MAC Type Channel WirelessChannel Propogation TwoRayGround Antenna OmniAntenna Radio Frequency 281.8mW ( 250m) Initial Energy 100 Joule Idle Power 1.0w Receiving Power 1.1w Transmission Power 1.65w Transition Power 0.6w Sleep Power 0.001w Transition Time 0.005s Figure 1 shows the energy consumed due to traffic type Expo or Pareto control packet significantly affects the total energy consumption for AODV and DSDV protocols. The protocol type REQUEST, REPLY and ERROR packets are routing control packets. Request to Send (RTS), Clear to Send (CTS) and Acknowledgment (ACK) are the MAC control packets. Energy consumed by routing control packets is less with DSDV as compared to AODV whereas energy consumed by exponential traffic is less than Pareto traffic with lesser number of nodes. 2. Energy consumption percentage of Total transmission and receiving energy due to control packets with 10 nodes (Figure 2). Table 3: for Energy Model Energy is converted in joules by multiplying power with time. Total energy consumed by each node is calculated as sum of transmitted and received energy for all control packets. 4. RESULTS We have made following evaluation with pause time 10s: 1. Energy consumption percentage due to packet type (routing/ MAC/Expo or Pareto) during transmission and reception with 10 nodes (Figure 1). Figure 2: Energy consumption percentage of total transmission and receiving energy with 10 nodes Figure 2 shows the total transmission and receiving energy. The energy consumed mainly due to receiving process. When number of nodes is low, the transmitting energy is more with Expo traffic in comparison to Pareto traffic for AODV and DSDV. This is due to burst nature of Exponential traffic. On the contrary, when number of nodes is high, transmission energy is less with Expo Traffic type than Pareto Traffic type. Figure 1: Energy consumption percentage due to packet type during transmission and reception with 10 nodes International Journal of Modern Engineering & Management Research Vol 1 Issue 3 October
5 31, 2006, Chiang Mai, Thailand. [3] Ahmed Al-Maashri and M. Ould- Khaoua, Performance Analysis of MANET Routing Protocols in the Presence of Self-Similar Traffic, Proceeding 31st IEEE Conference on Local Computer Networks, pp , Figure 3: Energy consumption with 10 nodes Figure 3 shows total energy consumed in joule involved in transmitting and receiving the control packets with 10 nodes. AODV consume more energy compare to DSDV with Pareto and Exponential traffic. The energy consumption in Pareto traffic is more than the Exponential traffic with both the protocols. 5. CONCLUSION AND FUTURE SCOPE From the above study and obtained simulation results, we observe that AODV consume more energy than DSDV with lesser number of nodes with both Pareto and Exponential traffic. In future we will try to evaluate and measure performance by varying the number of nodes, pause time and average speed. REFERENCES : [1] Juan Carlos Cano and Pietro Manzoni., A Performance Comparison of Energy Consumption for Mobile Ad Hoc Network Routing Protocols, Proceeding of 8th International Symposium on Modeling, Analysis and Simulation of Computer & Telecommunication System [4] Dhiraj Nitnaware and Ajay Verma, Performance Evaluation of Energy Consumption of Reactive Protocols under Self-Similar Traffic, International Journal of Computer Science & Communication, Vol. 1, pp , [5] Dubey and Shrivastava, Energy Consumption using Traffic Models for MANET Routing Protocols, International Journal of Smart Sensors and Ad Hoc Networks (IJSSAN), Vol. 1, Issue 1, pp ,2011 [6] Charles E. Perkins, Elizabeth M. Royer and S. Das, Ad-Hoc on Demand Distance Vector Routing (AODV), Draftietfmanet-aodv-05.txt, March [7] C. Cheng, R Riley, and S. P. R. Kumar, "A loop-free extended bellman-ford routing protocol without bouncing effect," Proceedings of the ACM SIGCOMM, Vol. 4, pp , [8] Network Simulator, ns-2, [9] [2] J u n - H o o n g a n d A u - Y o n g, Comparison of On Demand Mobile Ad Hoc Network Routing Protocols Under ON/OFF Source Traffic Effect, Proc. of IASTED International Conference, March 29- International Journal of Modern Engineering & Management Research Vol 1 Issue 3 October
Performance Comparison and Analysis of DSDV and AODV for MANET
Performance Comparison and Analysis of DSDV and AODV for MANET V.Ramesh 1 Dr.P.Subbaiah 2 N. Koteswar Rao 3 M.Janardhana Raju 4 1 Research scholar,sathyabama University,Chennai. & Assoc.Prof, CMRCET, Hyderabad,
A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET
A Comparative Analysis of Energy Preservation Performance Metric for ERAODV, RAODV, AODV and DSDV Routing Protocols in MANET Bhabani Sankar Gouda Department of Computer Science & Engineering National Institute
Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol
Simulation & Performance Analysis of Mobile Ad-Hoc Network Routing Protocol V.S.Chaudhari 1, Prof.P.N.Matte 2, Prof. V.P.Bhope 3 Department of E&TC, Raisoni College of Engineering, Ahmednagar Abstract:-
Anil Saini Ph.D. Research Scholar Department of Comp. Sci. & Applns, India. Keywords AODV, CBR, DSDV, DSR, MANETs, PDF, Pause Time, Speed, Throughput.
Volume 6, Issue 7, July 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Performance Analysis
Performance Evaluation of MANET through NS2 Simulation
International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 1 (2014), pp. 25-30 International Research Publication House http://www.irphouse.com Performance Evaluation
Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol
Experiment and Evaluation of a Mobile Ad Hoc Network with AODV Routing Protocol Kalyan Kalepu, Shiv Mehra and Chansu Yu, Department of Electrical and Computer Engineering Cleveland State University 2121
Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks
Effects of Sensor Nodes Mobility on Routing Energy Consumption Level and Performance of Wireless Sensor Networks Mina Malekzadeh Golestan University Zohre Fereidooni Golestan University M.H. Shahrokh Abadi
IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS
IMPACT OF MOBILITY SPEED ON PROACTIVE AND REACTIVE ROUTING PROTOCOLS IN MOBILE ADHOC NETWORKS E. Gnanamanoharan and R. Bensraj Department of Electrical Engineering, Annamalai University, Tamil Nadu, India
ENERGY EFFICIENT MULTIPATH ROUTING FOR MOBILE AD HOC NETWORKS
ENERGY EFFICIENT MULTIPATH ROUTING FOR MOBILE AD HOC NETWORKS May Cho Aye and Aye Moe Aung Faculty of Information and Communication Technology, University of Technology (Yatanarpon Cyber City), Pyin Oo
PERFORMANCE BASED EVALUATION OF DSDV, AODV AND DSR ROUTING PROTOCOLS IN MANET
Volume 1, Issue 4, 215 PERFORMANCE BASED EVALUATION OF, AND ROUTING PROTOCOLS IN MANET Ms Anuradha M.Tech, Suresh Gyan Vihar University Ms Savita Shivani Suresh Gyan Vihar University Abstract:A Mobile
Performance Comparison of Ad Hoc Routing Protocols over IEEE DCF and TDMA MAC Layer Protocols
Performance Comparison of Ad Hoc Routing Protocols over IEEE 82.11 DCF and TDMA MAC Layer Protocols Govind. P. Gupta Computer Science Department R.K.G.I.T, Ghaziabad (India) er_gpgupta@yahoo.com A. K.
REVIEW ON ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS
REVIEW ON ROUTING PROTOCOLS FOR MOBILE AD HOC NETWORKS G. Poornima 1, Mr. M. Rajasenathipathi 2, 1 Research Scholar, Department of Computer Science, NGM College, Pollachi 2 Assistant Professor, Department
PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH
PERFORMANCE EVALUATION OF DSR USING A NOVEL APPROACH 1. Prof.S.P. Setti 2. Narasimha Raju K 3. Naresh Kumar K CS&SE Dept., CS&SE Dept., CS&SE Dept., AU College of Engineering, AU College of Engineering,
Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14
Routing in Ad Hoc Wireless Networks PROF. MICHAEL TSAI / DR. KATE LIN 2014/05/14 Routing Algorithms Link- State algorithm Each node maintains a view of the whole network topology Find the shortest path
STUDY AND COMPARISION OF PROACTIVE AND REACTIVE ROUTING PROTOCOL FOR MULTICHANNEL WIRELESS AD-HOC NETWORK
STUDY AND COMPARISION OF PROACTIVE AND REACTIVE ROUTING PROTOCOL FOR MULTICHANNEL WIRELESS AD-HOC NETWORK 1 Arpita Singh, 2 Navendu Nitin, 3 Neelesh Agrawal, 4 Arvind Kumar Jaiswal 1 PG student, SHIATS-DU,
Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV
INTERNATIONAL JOURNAL OF COMPUTER SCIENCE AND MOBILE APPLICATIONS IJCSMA Performance Analysis of Broadcast Based Mobile Adhoc Routing Protocols AODV and DSDV Er. Sandeep Singh Khehra 1, Er. Abhinash Singla
Performance Analysis and Enhancement of Routing Protocol in Manet
Vol.2, Issue.2, Mar-Apr 2012 pp-323-328 ISSN: 2249-6645 Performance Analysis and Enhancement of Routing Protocol in Manet Jaya Jacob*, V.Seethalakshmi** *II MECS, Sri Shakthi Institute of Engineering and
PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS
PERFORMANCE ANALYSIS OF AODV ROUTING PROTOCOL IN MANETS AMANDEEP University College of Engineering, Punjabi University Patiala, Punjab, India amandeep8848@gmail.com GURMEET KAUR University College of Engineering,
Impact of Hello Interval on Performance of AODV Protocol
Impact of Hello Interval on Performance of AODV Nisha Bhanushali Priyanka Thakkar Prasanna Shete ABSTRACT The multi-hop ad hoc networks are self organizing networks with dynamic topology. The reactive
A Comparative Analysis of Traffic Flows for AODV and DSDV Protocols in Manet
A Comparative Analysis of Traffic Flows for and Protocols in Manet Ranichitra.A 1, Radhika.S 2 1 Assistant Professor, 2 M.Phil Scholar, Department of Computer Science, Sri S.R.N.M College, Sattur, India
The Effect of Number of Hops per Path on Remind Energy in MANETs Routing Protocols
The Effect of Number of Hops per Path on Remind Energy in MANETs Routing Protocols Khafaei Taleb Department of Computer Engineering Islamic Azad University, Bushehr Branch ABSTRACT Bushehr, Iran In mobile
A Highly Effective and Efficient Route Discovery & Maintenance in DSR
A Highly Effective and Efficient Route Discovery & Maintenance in DSR Shiva Prakash 1, Rajeev Kumar 2, Brijesh Nayak 3, Manindar Kumar Yadav 4 Department of Computer Science and Engineering, Madan Mohan
Comparison of Various Routing Protocols & Brief of MANET
International Journal of Modern Trends in Engineering and Research www.ijmter.com Comparison of Various Routing Protocols & Brief of MANET Akashkumar Patel 1, Rakshitkumar Hirapara 2, Vivekkumar Dhamecha
Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols
www.ijcsi.org 551 Performance Evaluation of Two Reactive and Proactive Mobile Ad Hoc Routing Protocols Kashif Ibrahim Qazi Javed Ahmed Abdul Qudoos Mirza Aamir Mehmood Department of Computer Science, Balochistan
Outline. CS5984 Mobile Computing. Taxonomy of Routing Protocols AODV 1/2. Dr. Ayman Abdel-Hamid. Routing Protocols in MANETs Part I
CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Part I Outline Routing Protocols for Ad hoc Networks Example of a reactive routing protocol AODV: Ad hoc On-demand
MANET PROTOCOLS ANALYSIS WITH VARYING PAUSE TIME SIMULATION TIME AND SPEED
Volume 1, Issue 8, October 212 MANET PROTOCOLS ANALYSIS WITH VARYING PAUSE TIME SIMULATION TIME AND SPEED Deepak Shrivastva, Saurabh Singh Rajput, Hemant Kumar Research Scholar MITS Gwalior, Research Scholar
Content. 1. Introduction. 2. The Ad-hoc On-Demand Distance Vector Algorithm. 3. Simulation and Results. 4. Future Work. 5.
Rahem Abri Content 1. Introduction 2. The Ad-hoc On-Demand Distance Vector Algorithm Path Discovery Reverse Path Setup Forward Path Setup Route Table Management Path Management Local Connectivity Management
A REVERSE AND ENHANCED AODV ROUTING PROTOCOL FOR MANETS
A REVERSE AND ENHANCED AODV ROUTING PROTOCOL FOR MANETS M. Sanabani 1, R. Alsaqour 2 and S. Kurkushi 1 1 Faculty of Computer Science and Information Systems, Thamar University, Thamar, Republic of Yemen
Performance Comparison of AODV, DSDV and I-DSDV Routing Protocols in Mobile Ad Hoc Networks
European Journal of Scientific Research ISSN 145-216X Vol.31 No.4 (29), pp.566-576 EuroJournals Publishing, Inc. 29 http://www.eurojournals.com/ejsr.htm Performance Comparison of, and I- Routing Protocols
Analysis and Simulations of Routing Protocols with Different Load Conditions of MANETs
Analysis and Simulations of Routing Protocols with Different Load Conditions of MANETs Poonam Pahuja Department of Computer Engineering, Mewar University, Chittorgarh Rajasthan, Email: poonamsanjay2007@gmail.com
Power aware Multi-path Routing Protocol for MANETS
Power aware Multi-path Routing Protocol for MANETS Shruthi P Murali 1,Joby John 2 1 (ECE Dept, SNGCE, India) 2 (ECE Dept, SNGCE, India) Abstract: Mobile Adhoc Network consists of a large number of mobile
Caching Strategies in MANET Routing Protocols
International Journal of Scientific and Research Publications, Volume 2, Issue 9, September 2012 1 Caching Strategies in MANET Routing Protocols Narinderjeet Kaur, Maninder Singh Punjabi university, Department
COMPARATIVE ANALYSIS AND STUDY OF DIFFERENT QOS PARAMETERS OF WIRELESS AD-HOC NETWORK
COMPARATIVE ANALYSIS AND STUDY OF DIFFERENT QOS PARAMETERS OF WIRELESS AD-HOC NETWORK Nalin Gahlaut 1, Jaya sharma 2, Pankaj Kumar 3, Kaushal Kumar 4 1 Doctoral Candidate, Uttarakhand Technical University,
Varying Overhead Ad Hoc on Demand Vector Routing in Highly Mobile Ad Hoc Network
Journal of Computer Science 7 (5): 678-682, 2011 ISSN 1549-3636 2011 Science Publications Varying Overhead Ad Hoc on Demand Vector Routing in Highly Mobile Ad Hoc Network 1 V. Balaji and 2 V. Duraisamy
Scalability Performance of AODV, TORA and OLSR with Reference to Variable Network Size
Lovekesh Kumar / International Journal of Engineering Research and Applications (IJERA) ISSN: Scalability Performance of AODV, TORA and OLSR with Reference to Variable Network Size Lovekesh Kumar* *(Department
Evaluation of Ad-hoc Routing Protocols with. Different Mobility Models for Warfield. Scenarios
Contemporary Engineering Sciences, Vol. 7, 2014, no. 12, 559-567 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4436 Evaluation of Ad-hoc Routing Protocols with Different Mobility Models
EFFICIENCY ENHANCEMENT OF ROUTING PROTOCOL IN MANET
EFFICIENCY ENHANCEMENT OF ROUTING PROTOCOL IN MANET Jaya Jacob 1, V. Seethalakshmi 2 1 II MECS, Sri Shakthi Institute of Engineering and Technology, Coimbatore, India 2 Assoc. Prof.-ECE, Sri Shakthi Institute
Routing protocols in Mobile Ad Hoc Network
Routing protocols in Mobile Ad Hoc Network Presented By :- Nitesh Jain Date:-26/10/2005 SCHOOL OF INFORMATION TECHNOLOGY INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR KHARAGPUR Types of Wireless Networks Infrastructure
MODIFICATION AND COMPARISON OF DSDV AND DSR PROTOCOLS
MODIFICATION AND COMPARISON OF DSDV AND DSR PROTOCOLS Department of computer science Thadomal Shahani engineering college Mumbai-400051, ABSTRACT: In this era of mobile devices, mobile ad-hoc network (MANET)
A Simulation study : Performance comparison of AODV and DSR
A Simulation study : Performance comparison of AODV and DSR K.Dileep Kumar 1, N.Seethayya 2, H.Venkata Bhagya Sri 3,S.Papa Rao 4 1,2,3,4 Asst.Professor Department of CSE, Sri Sivani College of Engineering,
Overhead Reduction and Performance Enhancement of AODV and DSR Routing Protocols
Overhead Reduction and Performance Enhancement of AODV and DSR Routing Protocols Prabhat Kumar Khemariya Department of Electronics & Communication Engineering Sagar Institute of Research, Technology and
Study of Route Reconstruction Mechanism in DSDV Based Routing Protocols
Study of Route Reconstruction Mechanism in DSDV Based Routing Protocols Sharma Shelja, Kumar Suresh and Rathy R. K. Department of CSE, FET, MRIU, Faridabad, India Email: sharma.shelja@gmail.com, enthusk@yahoo.com,
Congestion Avoidance in Mobile Ad-Hoc Networks, through Cooperative AODV Routing
Congestion Avoidance in Mobile Ad-Hoc Networks, through Cooperative AODV Routing Steffi George 1, Sharda Patel 2 1 MTech Student,Gyan Ganga Institute of Technology, INDIA 2 Assistant professor, Gyan Ganga
Performance of Routing Protocols in Very Large-Scale Mobile Wireless Ad Hoc Networks Λ
Performance of Routing Protocols in Very Large-Scale Mobile Wireless Ad Hoc Networks Λ Xin Zhang, George F. Riley Department of ECE Georgia Institute of Technology Atlanta, GA 3332-25 fxinzhang, rileyg@ece.gatech.edu
A STUDY ON AODV AND DSR MANET ROUTING PROTOCOLS
A STUDY ON AODV AND DSR MANET ROUTING PROTOCOLS M.KRISHNAMOORTHI 1 Research Scholar in PG and Research Department of Computer Science, Jamal Mohamed College, Tiruchirappalli, Tamilnadu, India Krishnasmk004@hotmail.com
Performance of Routing Protocols in Very Large-Scale Mobile Wireless Ad Hoc Networks
Performance of Routing Protocols in Very Large-Scale Mobile Wireless Ad Hoc Networks Xin Zhang, George F. Riley Department of ECE Georgia Institute of Technology Atlanta, GA 3332-25 xinzhang, riley@ece.gatech.edu
Efficient AODV Routing Protocol for MANET with enhanced packet delivery ratio and minimized end to end delay
International Journal of Scientific and Research Publications, Volume 2, Issue 8, August 2012 1 Efficient Routing Protocol for MANET with enhanced packet delivery ratio and minimized end to end delay Patil
Performance Analysis of AODV, DSDV and DSR by using Different Mobility Models
Performance Analysis of AODV, DSDV and DSR by using Different Mobility Models Sukhwinder Kumar 1, Jasndeep Kaur 2 Lecturer, Dept. of ECE, Thapar University, Patiala, Punjab, India 1 PG Student [WC], Dept.
A Comparative Study between AODV and DSDV Routing Protocols in Mobile Ad Hoc Networks using Network Simulator NS2
A Comparative Study between AODV and DSDV Routing Protocols in Mobile Ad Hoc Networks using Network Simulator NS2 Marwan Aziz Mohammed Dept. of Software Engineering Faculty of Engineering, Koya University,
Quantitative Performance Evaluation of DSDV and OLSR Routing Protocols in Wireless Ad-hoc Networks
Quantitative Performance Evaluation of DSDV and OLSR Routing Protocols in Wireless Ad-hoc Networks E. Suresh Babu P S V Srinivasa Rao M Srinivasa Rao C Nagaraju Assoc. Prof. of CSE K L University, Vijayawada.
CA-AODV: Congestion Adaptive AODV Routing Protocol for Streaming Video in Mobile Ad Hoc Networks
I. J. Communications, Network and System Sciences, 2008, 4, 285-385 Published Online November 2008 in SciRes (http://www.scirp.org/journal/ijcns/). CA-AODV: Congestion Adaptive AODV Routing Protocol for
Effects of Caching on the Performance of DSR Protocol
IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 07-11 Effects of Caching on the Performance of DSR Protocol Narinderjeet Kaur 1, Maninder
Maharishi Markandeshwar University
RESEARCH ARTICLE OPEN ACCESS Simulation Based Performance Comparison of Adhoc Routing Protocols Kushagra Agrawal*, Shaveta Jain** *Department of Computer Science,, Mullana, Ambala agrawal_kushagra@rediffmail.com
Optimized Reinforcement Learning Based Adaptive Network Routing for MANETs
Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 12, Number 2 (2016), pp. 1413-1432 Research India Publications http://www.ripublication.com Optimized Reinforcement Learning Based
Impulse Radio Ultra Wide Band Based Mobile Adhoc Network Routing Performance Analysis
American Journal of Applied Sciences, 10 (4): 361-366, 2013 ISSN: 1546-9239 2013 Sreedhar and Venkatesh, This open access article is distributed under a Creative Commons Attribution (CC-BY) 3.0 license
Routing Problems in Mobile Ad hoc Networks (MANET)
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,
ENERGY-AWARE FOR DH-AODV ROUTING PROTOCOL IN WIRELESS MESH NETWORK
ENERGY-AWARE FOR DH-AODV ROUTING PROTOCOL IN WIRELESS MESH NETWORK Yousif Ali Saadi, Rosilah Hassan and Dahlila Putri Dahnil Network Communication Lab Research, Centre for Software Technology and Management
Ad Hoc Routing Protocols and Issues
Ad Hoc Routing Protocols and Issues Stefano Basagni ECE Dept Northeastern University Boston, Jan 2003 Ad hoc (AD-HAHK or AD-HOKE)-Adjective a) Concerned with a particular end or purpose, and b) formed
Reactive and Proactive Routing Protocol Energy Efficiency Performance Analysis in Wireless Ad Hoc Networks
International Journal of Electronics and Computer Science Engineering 2333 Available Online at www.ijecse.org ISSN- 2277-1956 Reactive and Proactive Routing Protocol Energy Efficiency Performance Analysis
ECS-087: Mobile Computing
ECS-087: Mobile Computing Mobile Adhoc Networks and Routing in MANETS (most of the slides borrowed from Prof. Sridhar Iyer) Diwakar Yagyasen 1 Index Mobile Ad Hoc Networks (MANET) MAC in MANET MANET routing
A NOVEL APPROACH OF AODV FOR STABILITY AND ENERGY EFFICIENT ROUTING FOR MANET USING IPV6
A NOVEL APPROACH OF AODV FOR STABILITY AND ENERGY EFFICIENT ROUTING FOR MANET USING IPV6 Shival Chadda Department of Computer Science Lovely Professional University Phagwara, Punjab, India Email: Shival.chadda@gmail.com
A COMPARISON STUDY OF DSDV AND SEAD WIRELESS AD HOC NETWORK ROUTING PROTOCOLS
A COMPARISON STUDY OF DSDV AND SEAD WIRELESS AD HOC NETWORK ROUTING PROTOCOLS M.S.R.S Prasad 1, S.S. Panda 2, MNM Prasad 3, S.T.V.S.Kumar 4 1 Assistant Professor (SG), Dept. of CSE., Regency Institute
Efficient On-Demand Routing Protocols to Optimize Network Coverage in Wireless Sensor Networks
IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.7, July 2008 277 Efficient On-Demand Routing Protocols to Optimize Network Coverage in Wireless Sensor Networks * Mohammed
Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks
Qos-Aware Routing Based on Bandwidth Estimation for Mobile Ad Hoc Networks 1 Ravindra.E, 2 Pooja Agraharkar Asst Prof, Dept. of Electronics & Communication Engg, Mtech Student, Dept. of Electronics & Communication
Performance Analysis Of Qos For Different MANET Routing Protocols (Reactive, Proactive And Hybrid) Based On Type Of Data
ISSN (e): 2250 3005 Volume, 08 Issue, 4 April 2018 International Journal of Computational Engineering Research (IJCER) Performance Analysis Of Qos For Different MANET Routing Protocols (Reactive, Proactive
EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN MULTICHANNEL MOBILE ADHOC NETWORKS
EFFICIENT ROUTING AND CHANNEL ASSIGNMENT IN Bhurewal, Prof. Ms. Sujata G. Tuppad, Journal Impact Factor (215): 8.9958 (Calculated by GISI) MULTICHANNEL MOBILE ADHOC NETWORKS Mayur N. Bhurewal 1, Prof.
A Review on Black Hole Attack in MANET
A Review on Black Hole Attack in MANET Gourav Ahuja 1, Mrs. Sugandha 2 1 Department of Computer Science and Engineering, VCE, Rohtak, Haryana (India) 2 Asst. Prof., Department of Computer Science and Engineering,
Suman Kumari et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 2 (4), 2011,
Traffic Pattern Based Performance Comparison of AODV, DSDV & OLSR MANET Routing Protocols using Freeway Mobility Model Suman Kumari 1, Sunil Maakar 2,Suresh Kumar 3, R K Rathy 4 1 CSE,CITM, Faridabad.
A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver
1 A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver Jungmin So Dept. of Computer Science, and Coordinated Science Laboratory University of Illinois
Zone-based Proactive Source Routing Protocol for Ad-hoc Networks
2014 IJSRSET Volume i Issue i Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Science Zone-based Proactive Source Routing Protocol for Ad-hoc Networks Dr.Sangheethaa.S 1, Dr. Arun Korath
Energy Efficient Routing Protocols in Mobile Ad hoc Networks
International Journal of Engineering Research and Development e-issn : 2278-067X, p-issn : 2278-800X, www.ijerd.com Volume 2, Issue 7 (August 2012), PP. 45-51 Energy Efficient Routing Protocols in Mobile
Performance evaluation of reactive routing protocols for IEEE
World Journal of Science and Technology 2012, 2(10):01-05 ISSN: 2231 2587 Available Online: www.worldjournalofscience.com Performance evaluation of reactive routing protocols for IEEE 802.11 M. Subramanya
Performance Comparison of AODV and AOMDV Routing Protocols in Mobile Ad Hoc Networks
International Research Journal of Applied and Basic Sciences 2013 Available online at www.irjabs.com ISSN 2251-838X / Vol, 4 (11): 3277-3285 Science Explorer Publications Performance Comparison of AODV
Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks
Journal of Computer Science 7 (12): 1813-1818, 2011 ISSN 1549-3636 2011 Science Publications Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks 1 M.Rajesh Babu and 2 S.Selvan 1 Department
Implementation of AODV Protocol and Detection of Malicious Nodes in MANETs
Implementation of AODV Protocol and Detection of Malicious Nodes in MANETs Savithru Lokanath 1, Aravind Thayur 2 1 Department of Electronics & Communication Engineering, DayanandaSagar College of Engineering,
Neha Goyal Asst. Prof., Department of Computer Science & Engineering,
Volume 7, Issue 4, April 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com MANET: Simulation
PERFORMANCE ANALYSIS OF AODV, DSR AND DSDV IN MANET USING NS-2
PERFORMANCE ANALYSIS OF AODV, DSR AND DSDV IN MANET USING NS-2 Subhrananda Goswami 1 * and Chandan Bikash Das 2 1 Assistant Professor, Department of IT, Global Group of Institutions, Haldia, Purba Midnapore,
A survey on quality of services of DSDV, AODV and DSR routing protocols in Ad hoc Networks
A survey on quality of services of DSDV, AODV and DSR routing protocols in Ad hoc Networks Pankaj Kumar Varshney Institute of Computer Applications, Mangalayatan University, Beswan, Aligarh-U.P. (India)
Received on Accepted on Abstract:
ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com IMPLEMENTING A MODIFIED POWER AWARE ROUTING PROTOCOL USING AODV PROTOCOL IN MANET Siddharth Samal* 1, Dr. Pradeep
A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols
A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols By Josh Broch, David A. Maltz, David B. Johnson, Yih- Chun Hu, Jorjeta Jetcheva Presentation by: Michael Molignano Jacob
Performance of Routing Protocols in WiMAX Networks
Performance of Routing Protocols in WiMAX Networks M. Rehan Rasheed, M. Kamran Khan, M. Naseem, Aisha Ajmal and Ibrahim M. Hussain Abstract The selection of an appropriate routing protocol is a key issue
Mobile Ad Hoc Network Routing Protocols: a Detailed Performance Examination of AODV, DSR and DSDV
Mobile Ad Hoc Network Routing Protocols: a Detailed Performance Examination of AODV, DSR and DSDV Sanjeev Gangwar Department of Computer Application, VBS Purvanchal University Jaunpur Krishan Kumar Department
Impact of IEEE MAC Packet Size on Performance of Wireless Sensor Networks
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. IV (May - Jun.2015), PP 06-11 www.iosrjournals.org Impact of IEEE 802.11
An Efficient Probability Based Broadcast Scheme for AODV Mobile ad-hoc Network Protocol
An Efficient Probability Based Broadcast Scheme for AODV Mobile ad-hoc Network Protocol Komal Madan Department of Computer Science and Engineering NCCE, Israna, Haryana, India Sukhvir Singh Department
Unicast Routing in Mobile Ad Hoc Networks. Dr. Ashikur Rahman CSE 6811: Wireless Ad hoc Networks
Unicast Routing in Mobile Ad Hoc Networks 1 Routing problem 2 Responsibility of a routing protocol Determining an optimal way to find optimal routes Determining a feasible path to a destination based on
The Impact of Transmission Power on the Performance of MANET Routing Protocols
IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 2 (Feb. 2013), V3 PP 34-41 The Impact of Transmission Power on the Performance of MANET Routing Protocols V.Lalitha
Implementation study of Hybrid caching scheme in Wireless P2P networks with Asymmetric Cooperative caching
Implementation study of Hybrid caching scheme in Wireless P2P networks with Asymmetric Cooperative caching B.S.V.N.L.GAYATRI,Dr M.H.M. KRISHNA PRASAD Dept of Information Technology, UCEV JNTUK, Vizianagaram,
Qos Parameters Estimation in MANET Using Position Based Opportunistic Routing Protocol
Original Article Qos Parameters Estimation in MANET Using Position Based Opportunistic Routing Protocol P. Kalaivani* 1, G. Sathya 1 and N. Senthilnathan 2 1 Assistant Professor, SNS College of Engineering,
A Test-Bed for Power Consumption Performance Evaluation of AODV and DSDV Routing Protocols in Mobile Ad-hoc Networks
A Test-Bed for Power Consumption Performance Evaluation of AODV and DSDV Routing Protocols in Mobile Ad-hoc Networks Abdulrahman Issa Kh Shybub 1, Tarek Mosbah Abdala 2 1, Computer Department Higher Institute
QoS Based Evaluation of Multipath Routing Protocols in Manets
Advances in Networks 2017; 5(2): 47-53 http://www.sciencepublishinggroup.com/j/net doi: 10.11648/j.net.20170502.13 ISSN: 2326-9766 (Print); ISSN: 2326-9782 (Online) QoS Based Evaluation of Multipath Routing
Performance Analysis of TCP Variants under MANET Environment and using NS-2
Performance Analysis of TCP Variants under MANET Environment and using NS-2 Anwar Khan¹, Dharmendra Sharma² 1 Pursuing M.E., S D Bansal, Indore, India ²Assistant Professor, Dept of C&S, S D Bansal, Indore,
A Novel Review on Routing Protocols in MANETs
Robinpreet Kaur & Mritunjay Kumar Rai Department of Electronics and Engineering, Lovely Professional University, Phagwara, Punjab, India E-mail : robin_turna@yahoo.com, raimritunjay@gmail.com Abstract
Wireless Networking & Mobile Computing
Wireless Networking & Mobile Computing CS 752/852 - Spring 2012 Network Layer: Ad Hoc Routing Tamer Nadeem Dept. of Computer Science The OSI Communication Model Page 2 Spring 2012 CS 752/852 - Wireless
MANET is considered a collection of wireless mobile nodes that are capable of communicating with each other. Research Article 2014
Throughput Analysis of Proactive and Reactive MANET Routing Protocols Kiranveer Kaur 1 Surinderjit Kaur 2 Vikramjit Singh 3 Department of Computer Science, University College of Engineering, Department
Mobile Communications. Ad-hoc and Mesh Networks
Ad-hoc+mesh-net 1 Mobile Communications Ad-hoc and Mesh Networks Manuel P. Ricardo Faculdade de Engenharia da Universidade do Porto Ad-hoc+mesh-net 2 What is an ad-hoc network? What are differences between
Performance Evaluation of IPv4 and IPv6 Routing Protocols on Wired, Wireless and Hybrid Networks
Performance Evaluation of IPv4 and IPv6 Routing Protocols on Wired, Wireless and Hybrid Networks Sonal Telang Chandel Department of Computer Applications, Maulana Azad National Institute of Technology,
Detection of Vampire Attack in Wireless Adhoc
Detection of Vampire Attack in Wireless Adhoc Network Ankita Shrivastava 1 ; Rakesh Verma 2 Master of Engineering Research Scholar, Medi-caps Institute of Technology and Management 1 ; Asst. Professor,
Kapitel 5: Mobile Ad Hoc Networks. Characteristics. Applications of Ad Hoc Networks. Wireless Communication. Wireless communication networks types
Kapitel 5: Mobile Ad Hoc Networks Mobilkommunikation 2 WS 08/09 Wireless Communication Wireless communication networks types Infrastructure-based networks Infrastructureless networks Ad hoc networks Prof.
Performance evaluation of reactive and proactive routing protocol in IEEE ad hoc network
Author manuscript, published in "ITCom 6 - next generation and sensor networks, Boston : United States (26)" DOI :.7/2.68625 Performance evaluation of reactive and proactive routing protocol in IEEE 82.
Improving Energy and Efficiency in cluster based VANETs through AODV Protocol
Improving Energy and Efficiency in cluster based VANETs through AODV Protocol Prerana Deshmukh PG Department of Computer Science and Engineering, J.D.College of Engineering & Managment, RTMNU, Maharashtra,