A Quantitative Analysis of Performance in a Multi-Protocol Ad Hoc 802.11B-Based Wireless Local Network

Total Page:16

File Type:pdf, Size:1020Kb

A Quantitative Analysis of Performance in a Multi-Protocol Ad Hoc 802.11B-Based Wireless Local Network Nova Southeastern University NSUWorks CEC Theses and Dissertations College of Engineering and Computing 2006 A Quantitative Analysis of Performance in a Multi- Protocol Ad Hoc 802.11b-based Wireless Local Network Paul Christian Nielsen Jr. Nova Southeastern University, [email protected] This document is a product of extensive research conducted at the Nova Southeastern University College of Engineering and Computing. For more information on research and degree programs at the NSU College of Engineering and Computing, please click here. Follow this and additional works at: https://nsuworks.nova.edu/gscis_etd Part of the Computer Sciences Commons Share Feedback About This Item NSUWorks Citation Paul Christian Nielsen Jr.. 2006. A Quantitative Analysis of Performance in a Multi-Protocol Ad Hoc 802.11b-based Wireless Local Network. Doctoral dissertation. Nova Southeastern University. Retrieved from NSUWorks, Graduate School of Computer and Information Sciences. (750) https://nsuworks.nova.edu/gscis_etd/750. This Dissertation is brought to you by the College of Engineering and Computing at NSUWorks. It has been accepted for inclusion in CEC Theses and Dissertations by an authorized administrator of NSUWorks. For more information, please contact [email protected]. A Quantitative Analysis of Performance in a Multi-Protocol Ad Hoc 802.11b-based Wireless Local Network by Paul Christian Nielsen, Jr. A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy Graduate School of Computer and Information Science Nova Southeastern University 2006 We hereby certify that this dissertation, submitted by Paul Christian Nielsen Jr., conforms to acceptable standards and is fully adequate in scope and quality to fulfill the dissertation requirements for the degree of Doctor of Philosophy. _____________________________________________ _____________________ Marlyn Kemper Littman, Ph.D. Date Chairperson of Dissertation Committee _____________________________________________ _____________________ Maxine S. Cohen, Ph.D. Date Dissertation Committee Member _____________________________________________ _____________________ Sumitra Mukherjee, Ph.D. Date Dissertation Committee Member Approved: _____________________________________________ _____________________ Edward Lieblein, Ph.D. Date Dean Graduate School of Computer and Information Sciences Nova Southeastern University 2006 An Abstract of a Dissertation Submitted to Nova Southeastern University in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy A Quantitative Analysis of Performance in a Multi- Protocol Ad Hoc 802.11b-based Wireless Local Network by Paul Christian Nielsen, Jr. May 2006 The popularity of the Internet and the growing demand for ubiquitous connectivity accelerate the need for viable wireless local area network (WLAN) solutions. As a consequence, increasing number of manufacturers have adopted the Institute of Electrical and Electronic Engineers (IEEE) 802.11a/b/g set of WLAN standards and produced inexpensive wireless products to expand capabilities of existing LANs. IEEE 802.11b wireless products are widely accepted. Mobile ad hoc networks, a variant of the 802.11 standards, exist without the requirement for a wired infrastructure or host to provide routing, connectivity, and maintenance services. Because of the high variability of environments in which ad hoc networks operate, numerous routing protocols are proposed. Research indicates that these protocols are unsuited for efficient operation in multiple environments. In this investigation, the author examined the effect of multiple protocols on throughput and end-to-end delay in simulated ad hoc networks. The author selected the ad hoc on-demand distance vector (AODV) and dynamic source routing (DSR) routing protocols for this research. The outcomes from the simulations conducted indicated increased end-to-end delay and reduced packet throughput as a result of the mixed populations of the AODV and DSR ad hoc routing protocols. The results also indicated that increasing node density and velocity improved packet throughput and reduced end-to-end delay. Acknowledgements I wish to express my deepest appreciation to my wife, Lita. Without her support and sacrifice this effort could not have been accomplished. I wish to thank my family whose constant encouragement helped me through the difficult patches of this journey. I offer my sincere thanks and appreciation to my dissertation chairperson, Dr. Marlyn Kemper Littman whose encouraging words and insightful guidance kept me from wandering too far off the path to completion. I wish also to thank Dr. Maxine Cohen and Dr. Sumitra Mukherjee for their contributions to my education as well as their guidance as members of my dissertation committee. Table of Contents Abstract iii List of Tables viii List of Figures ix Chapters 1. Introduction 1 Problem Statement 5 Statement of Goal 7 Relevance and Significance 9 Barriers and Issues 13 Research Questions to be investigated 15 Limitations and Delimitations 16 Definition of terms 17 Summary 30 2. Review of the Literature 33 Historical Overview 33 WLAN Technologies 35 Infrared 35 Spread Spectrum Technologies 36 Narrow Band Ultra High Frequency 37 Unlicensed Radio Frequencies 900 MHz and above 37 IEEE 802.11 Wireless LAN Standards 39 IEEE 802.11b 40 IEEE 802.11a 41 IEEE 802.11g 42 IEEE 802.11n 43 IEEE 802.15 - Bluetooth 44 IEEE 802.16 - WiMAX 45 High Performance Radio Local Area Network (HIPERLAN) 46 Home Radio Frequency (HomeRF) 47 WLANs and ad hoc routing protocols 48 v Mobile Ad Hoc Routing Protocol Overview 50 Proactive or Table-driven Protocols 52 Hierarchical Routing Protocols 54 On-demand or Reactive Routing Protocols 57 Hybrid Mobile Ad Hoc Routing Protocols 59 Agent-based Routing Protocols 60 Mobile Ad Hoc Protocol Performance 63 Software Agents 66 Network Simulation 69 Summary of the known and unknown 70 Contribution to the field of study 72 Summary 74 3. Methodology 78 Approach 78 Simulation environment 83 Research Assumptions 86 Resources 87 Reliability and Validity 89 Summary 90 4. Results 94 Introduction 94 Data analysis 94 10 Node Series Results 100 20 Node Series Results 105 30 Node Series Results 110 Findings 114 Summary 117 5. Conclusions, Implications, Recommendations, and Summary 120 Conclusions 120 Implications 122 Recommendations 123 Summary 125 vi Appendixes A. Definitions of Acronyms 132 B. Movement file: mov1-10.txt 135 C. Movement file: mov1-20.txt 138 D. Movement file: mov1-30.txt 142 E. Communications file: cbr10-1-5-4.txt 148 F. Communications file: cbr20-1-10-4.txt 150 G. Communications file: cbr30-1-15-4.txt 154 H. Control file: AODV-10-1-5-4-0.tcl 160 I. A-stat.awk 164 J. Sample Output of A-stat 169 K. 10 Node Series Data Collection 170 L. 20 Node Series Data Collection 172 M. 10 Node Series Results 175 N. 20 Node Series Results 177 O. 30 Node Series Results 179 References 181 vii List of Tables Tables M1. 10 node series average throughput percentage baseline statistics 175 M2. 10 node series throughput percentage results 175 M3. 10 node end-to-end delay statistical analysis 175 M4. 10 node end-to-end delay results analysis 176 N1. 20 node average throughput statistical analysis 177 N2. 20 node average throughput results analysis 177 N3. 20 node average end-to-end delay statistic analysis 177 N4. 20 node average end-to-end delay results analysis 178 O1. 30 node average throughput statistical analysis 179 O2. 30 node average throughput results analysis 179 O3. 30 node average end-to-end delay statistical analysis 180 O4. 30 node average end-to-end delay evaluation 180 viii List of Figures Figures 1. Movement script file creation process 96 2. Process for creating communications scripts using cbrgen.tcl 97 3. Processing of control scripts 99 4. 10 node average data packet throughput percentage 101 5. 10 node average end-to-end delay 104 6. 20 node average data packet throughput percentage 107 7. 20 node average end-to-end delay 109 8. 30 node average data packet throughput percentage 111 9. 30 node average end-to-end delay 113 ix 1 Chapter 1 Introduction The popularity of the Internet and ubiquitous computing contributes to the growing demand for wireless local area network (WLAN) solutions. The development of the Institute of Electrical and Electronic Engineers (IEEE) 802.11 suite of WLAN standards including 802.11a and 802.11b in the 1990s increased interest in mobile ad hoc networks or MANETs (Bruno, Conti, & Gregori, 2001). As a result, manufacturers including Cisco, Sony, Belkin, D-Link, and Microsoft currently produce inexpensive wireless products compliant with these standards to expand capabilities of existing wireline LANs by adding wireless connectivity. IEEE 802.11b wireless products are widely accepted. Higher speed IEEE 802.11a and 802.11g standards-based devices are readily available on store shelves. Hardware providing mobility and access through wireless technology is pervasive in business and home environments. New products such as Personal Digital or Data Assistants (PDAs) and notebook computers feature embedded wireless capability. Yet, most networks still cannot support communications within a network without a wireline host (Sudame & Badrinath, 2001). Technical advances in mobile computing and ad hoc WLANs offer the potential for ubiquitous connectivity without the need for a host (Boukerche, 2004). Factors such as mobility, topography, and interference make achieving this goal 2 challenging (Kim, Lee, & Helmy, 2004).
Recommended publications
  • On-Demand Routing in Multi-Hop Wireless Mobile Ad Hoc Networks
    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 IJCSMC, Vol. 2, Issue. 7, July 2013, pg.317 – 321 RESEARCH ARTICLE ON-DEMAND ROUTING IN MULTI-HOP WIRELESS MOBILE AD HOC NETWORKS P. Umamaheswari 1, K. Ranjith singh 2 1Periyar University, TamilNadu, India 2Professor of PGP College, TamilNadu, India 1 [email protected]; 2 [email protected] Abstract— An ad hoc network is a collection of wireless mobile nodes dynamically forming a temporary network without the use of any preexisting network infrastructure or centralized administration. Routing protocols used in ad hoc networks must automatically adjust to environments that can vary between the extremes of high mobility with low bandwidth, and low mobility with high bandwidth. This thesis argues that such protocols must operate in an on-demand fashion and that they must carefully limit the number of nodes required to react to a given topology change in the network. I have embodied these two principles in a routing protocol called Dynamic Source Routing (DSR). As a result of its unique design, the protocol adapts quickly to routing changes when node movement is frequent, yet requires little or no overhead during periods in which nodes move less frequently. By presenting a detailed analysis of DSR’s behavior in a variety of situations, this thesis generalizes the lessons learned from DSR so that they can be applied to the many other new routing protocols that have adopted the basic DSR framework. The thesis proves the practicality of the DSR protocol through performance results collected from a full-scale 8 node tested, and it demonstrates several methodologies for experimenting with protocols and applications in an ad hoc network environment, including the emulation of ad hoc networks.
    [Show full text]
  • A Load Awareness Medium Access Control Protocol for Wireless Ad
    A Load Awareness Medium Access Control Protocol for Single-Hop Wireless Ad Hoc Networks Chih-Min Chao1, Jang-Ping Sheu2, and I-Cheng Chou2 1 Department of Computer Science and Engineering National Taiwan Ocean University, 20224, Taiwan Tel: +886-2-24622192 ext 6651, Fax: +886-2-24623249 Email: [email protected] 2 Department of Computer Science and Information Engineering National Central University, Taiwan Email: [email protected], [email protected] Abstract A contention-based wireless ad hoc medium access control (MAC) protocol, such as car- rier sense multiple access with collision avoidance (CSMA/CA), has excellent e±ciency when the system is light-loaded. The main drawback of such protocols is their ine±ciency and un- bounded delay when the system load is heavy. On the other hand, a contention-free MAC protocol, such as token passing, has a better and fair throughput when the system is heavy- loaded. The main drawback of such protocols is their ine±ciency when only a small amount of users want to transmit. In this paper, we propose a new load awareness single-hop wireless ad hoc MAC protocol (which is called the LA protocol) that exploits the bene¯ts of both contention-based and contention-free protocols. A contention-based MAC protocol is used when the system is light-loaded and a contention-free one is used otherwise. Our LA protocol, which operates in a distributed fashion and is fully compatible with the IEEE 802.11 wireless local area network (WLAN) standard, can switch smoothly between the contention-based pro- tocol and the contention-free one.
    [Show full text]
  • Wireless Networks Book
    Wireless Networks Local and Ad Hoc Networks Ivan Marsic Department of Electrical and Computer Engineering and the CAIP Center Rutgers University Contents CHAPTER 1................................................................................................... INTRODUCTION ..............................................................................................................................1 1.1 Summary and Bibliographical Notes................................................................................................... 6 CHAPTER 2 THE RADIO CHANNEL.......................................................................1 2.1 Introduction........................................................................................................................................ 1 2.1.1 Decibels and Signal Strength ............................................................................................................ 4 2.2 Channel Implementation..................................................................................................................... 5 2.2.1 Transmission Rate ........................................................................................................................... 5 2.2.2 Symbols To Signals.......................................................................................................................... 6 2.2.3 Modulation ...................................................................................................................................... 6 2.2.4 Noise and Error
    [Show full text]
  • Ad Hoc Networks – Design and Performance Issues
    HELSINKI UNIVERSITY OF TECHNOLOGY Department of Electrical and Communications Engineering Networking Laboratory UNIVERSIDAD POLITECNICA´ DE MADRID E.T.S.I. Telecomunicaciones Juan Francisco Redondo Ant´on Ad Hoc Networks – design and performance issues Thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Telecommunications Engineering Espoo, May 2002 Supervisor: Professor Jorma Virtamo Abstract of Master’s Thesis Author: Juan Francisco Redondo Ant´on Thesis Title: Ad hoc networks – design and performance issues Date: May the 28th, 2002 Number of pages: 121 Faculty: Helsinki University of Technology Department: Department of Electrical and Communications Engineering Professorship: S.38 – Networking Laboratory Supervisor: Professor Jorma Virtamo The fast development wireless networks have been experiencing recently offers a set of different possibilities for mobile users, that are bringing us closer to voice and data communications “anytime and anywhere”. Some outstanding solutions in this field are Wireless Local Area Networks, that offer high-speed data rate in small areas, and Wireless Wide Area Networks, that allow a greater mobility for users. In some situations, like in military environment and emergency and rescue operations, the necessity of establishing dynamic communications with no reliance on any kind of infrastructure is essential. Then, the ease of quick deployment ad hoc networks provide becomes of great usefulness. Ad hoc networks are formed by mobile hosts that cooperate with each other in a distributed way for the transmissions of packets over wireless links, their routing, and to manage the network itself. Their features condition their design in several network layers, so that parameters like bandwidth or energy consumption, that appear critical in a multi-layer design, must be carefully taken into account.
    [Show full text]
  • Routing Issues & Performance of Different Opportunistic Routing
    Ankur Upadhyay et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 7 (5) , 2016, 2147-2151 Routing Issues & Performance Of Different Opportunistic Routing Protocols In Delay Tolerant Network Ankur Upadhyay Abhishek Kumar Mishra Department of Computer Science & Engineering Department of Computer Science & Engineering School of Engineering & Technology, IFTM University School of Engineering & Technology, IFTM University Moradabad, India Moradabad, India Abstract— The Delay Tolerant Networks (DTN’s) are The intermittent connectivity can be defined as the sudden wireless ad-hoc networks which is connected intermittently. change of state (ups/downs) of any communication link The DTNs allow the communication between two or more between the nodes. The DTN can also be defined as a wireless nodes in the situation in which the end to end wireless ad-hoc network which is connected intermittently connectivity cannot be achieved or rarely achieved. The DTNs [3] that can tolerate longer delays, intermittent connectivity are also known as the opportunistic networks. The DTNs are and prevent data from being lost, with the use of store- best applicable or suitable in an environment which is carry-forward approach. The Store-carry-forward approach infrastructure-less. In the heterogeneous environment, the enables the nodes to take the message, store it in the buffer communication between two or more wireless nodes can be provided at each node and forward the same whenever new achieved by DTN. The selection of a routing protocol in DTN, is based on the application environment in which it is to be node comes in its communication range. In the delay deployed.
    [Show full text]
  • Faculty of Egineering and Technology Lecture -9
    FACULTY OF EGINEERING AND TECHNOLOGY WSN (MCS-033) LECTURE -9 Umesh Kumar Gera Assistant Professor Computer Science & Engineering OUTLINE .Wireless ad-hoc network (WANET) .How does it work? .Features .Advantages of WSN .Disadvantages of WSN .MCQ .Reference WIRELESS AD-HOC NETWORK (WANET) Wireless ad-hoc network (WANET) A wireless ad-hoc network (WANET) is a type of local area network (LAN) that is built spontaneously to enable two or more wireless devices to be connected to each other without requiring a central device, such as a router or access point. When Wi- Fi networks are in ad-hoc mode, each device in the network forwards data to the others. Since the devices in the ad-hoc network can access each other's resources directly through a basic point-to-point wireless connection, central servers are unnecessary for functions such as file shares or printers. In a wireless ad-hoc network, a collection of devices (or nodes) is responsible for network operations, such as routing, security, addressing and key management. WIRELESS AD-HOC NETWORK (WANET) How does it work? Devices in the ad-hoc network require a wireless network adapter, and they need to support a hosted network. When setting up a wireless ad-hoc network, each wireless adapter must be configured for ad-hoc mode instead of infrastructure mode. All wireless adapters need to use the same service set identifier (SSID) and channel number. Creating an ad-hoc network for Windows 8 and 10 applications is more difficult than it was for earlier Windows OSes. Networking experts offer pointers on how to tackle this issue.
    [Show full text]
  • A Cooperative Communication Protocol for Wireless Ad-Hoc Networks by Jeremy I
    A Cooperative Communication Protocol for Wireless Ad-hoc Networks by Jeremy I. Silber Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements for the degrees of Bachelor of Science in Computer Science and Engineering and Master of Engineering in Electrical Engineering and Computer Science at the Massachusetts Institute of Technology MASSAC iUSETTS INSTITUTE OF TECHNOLOGY June 2002 JU L 2 0 2004 © Jeremy I. Silber, MMII. All rights reserved. L 3RARIES The author hereby grants to MIT permission to reproduce and distribute publicly paper and electronic copies of this thesis document in whole or in part. A /f Author . ..... ..... ....t ... ..- . .. ..... Department flectr4 l Engir ering and Computer Science May 10, 2002 Certified by..... Andrew Lippman Senior Research Scientist, MIT Mgdia Laboratory The,*,KSupervisor Accepted by ...................... Arthur. Smith Chairman, Department Committee on Graduate Theses ARCHIVEP A Cooperative Communication Protocol for Wireless Ad-hoc Networks by Jeremy I. Silber Submitted to the Department of Electrical Engineering and Computer Science on May 23, 2002, in partial fulfillment of the requirements for the degrees of Bachelor of Science in Computer Science and Engineering and Master of Engineering in Electrical Engineering and Computer Science Abstract This thesis presents the design and implementation of a communication protocol that utilizes local cooperation among nodes to efficiently transfer data. Multi-hop routing in ad-hoc wireless networks realizes some scalability benefits over direct transmis- sion by utilizing cooperation in the network layer, where all nodes act as routers to relay messages. Cooperative transmission takes this idea a step further, moving cooperation to the link layer, where nodes actually broadcast signals simultaneously to increase signal strength.
    [Show full text]
  • Intrusion Detection in Wireless Ad-Hoc Networks
    Intrusion Detection in Wireless Ad-Hoc Networks Yongguang Zhang Wenke Lee HRL Laboratories, LLC Department of Computer Science Malibu, CA 90265 North Carolina State University [email protected] Raleigh, NC 27695 wenke @csc.ncsu.edu ABSTRACT fixed wired network. Applications of ad-hoc networks range As the recent denial-of-service attacks on several major In- from military tactical operations to civil rapid deployment ternet sites have shown us, no open computer network is such as emergency search-and-rescue missions, data collec- immune from intrusions. The wireless ad-hoc network is tion/sensor networks, and instantaneous classroom/meeting particularly vulnerable due to its features of open medium, room applications. dynamic changing topology, cooperative algorithms, lack of centralized monitoring and management point, and lack of The nature of wireless ad-hoc networks makes them very a clear line of defense. Many of the intrusion detection tech- vulnerable to an adversary's malicious attacks. First of all, niques developed on a fixed wired network are not applicable the use of wireless links renders a wireless ad-hoc network in this new environment. How to do it differently and ef- susceptible to attacks ranging from passive eavesdropping to fectively is a challenging research problem. In this paper, active interfering. Unlike wired networks where an adver- we first examine the vulnerabilities of a wireless ad-hoc net- sary must gain physical access to the network wires or pass work, the reason why we need intrusion detection, and the through several lines of defense at firewalls and gateways, reason why the current methods cannot be applied directly.
    [Show full text]
  • Multicasting in Delay Tolerant Networks
    Multicasting in Delay Tolerant Networks A Thesis Submitted in Partial Fulfilment of the Requirements for the Degree of MASTER OF TECHNOLOGY by SHIVI SHUKLA (ABMTI-13039) Under Guidance of Dr. Yatindra Nath Singh (Professor, IIT Kanpur) to the AIM & ACT DEPARTMENT BANASTHALI VIDYAPITH MAY, 2015 CERTIFICATE It is certified that the work contained in the thesis entitled “ MULTICASTING IN DELAY TOLERANT NETWORKS” being submitted by SHIVI SHUKLA has been carried out under my supervision. In my opinion, the thesis has reached the standard fulfilling the requirement of regulation of the M.Tech degree. The results embodied in this thesis have not been submitted elsewhere for the award of any degree or diploma. Dr. Yatindra Nath Singh Professor Department of Electrical Engineering Indian Institute of Technology-Kanpur May, 2015 Dedicated to My Guruji & My Parents Mrs. Kiran Shukla & Mr. Hari Om Shukla Acknowledgements I feel immense pleasure in expressing my profound sense of gratitude to my thesis guide Dr. Y. N. Singh under whose supervision and inspiring guidance, I would privilege me to carry out my research work. I am indebted to him for his constant and ungrudging encouragement, valuable suggestions and ingenious ideas. I also express my heartiest thanks to Amit Munjal for giving me the continuous support and guidance through my research and He showed me different ways to approach a research problem and the need to be persistent to accomplish any goal. I wish to express my deep gratitude to my teachers Dr. C K Jha, Vikas Pareek, Chandani Joshi, and Divya Bhattacharya whose consistent help and encouragement to boost my moral and confidence.
    [Show full text]
  • Medium Access Control Protocols in Mobile Ad Hoc Networks: Problems and Solutions∗
    15 Medium Access Control Protocols in Mobile Ad Hoc Networks: Problems and Solutions∗ Hongqiang Zhai and Yuguang Fang 15.1 Introduction .......................................... 232 15.2 Problems ............................................. 233 15.2.1 MAC Layer Related Problems ................. 233 Hidden Terminal Problem • Exposed Terminal Problem • Limitation of NAV Setup Procedure • Receiver Blocking Problem • The Desired Protocol Behaviors to Achieve Maximum Spatial Reuse • Limitation of IEEE 802.11 MAC Using a Single Channel 15.2.2 Flow Level Related Problems .................. 236 Intra-Flow Contention • Inter-Flow Contention 15.2.3 Physical Layer Related Issues .................. 237 Time-Varying Channel Condition and Rate Adaptation • Link Diversity 15.3 DUCHA: A New Dual-Channel MAC Protocol ......... 239 15.3.1 Protocol Overview............................ 239 15.3.2 Basic Message Exchange ...................... 239 RTS • CTS/NCTS • Data • Busy Tone • NACK 15.3.3 Solutions to the Aforementioned Problems .... 240 Solution to the Hidden Terminal Problem • Solution to the Exposed Terminal Problem • Solution to the Receiver Blocking Problem • Maximum Spatial Reuse • Inherent Mechanisms to Solve the Intra-flow Contention Problem 15.3.4 Bandwidth Allocation ........................ 241 ∗This work was supported in part by the Office of Naval Research under Young Investigator Award N000140210464 and the National Science Foundation under Faculty Early Career Development Award ANI-0093241. 231 232 Handbook on Theoretical and Algorithmic Aspects of Sensor 15.4 Distributed Flow Control and Medium Access Control . 242 15.4.1 Motivation ................................... 242 15.4.2 Solution ..................................... 242 Rule 1: Assigning High Priority of the Channel Access to the Receiver • Rule 2: Backward-Pressure Scheduling 15.5 Rate Adaptation with Dynamic Fragmentation ......... 245 15.5.1 Fragmentation Scheme ......................
    [Show full text]
  • A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols
    A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Josh Broch David A. Maltz David B. Johnson Yih-Chun Hu Jorjeta Jetcheva Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 http://www.monarch.cs.cmu.edu/ Abstract Many different protocols have been proposed to solve the multi- hop routing problem in ad hoc networks, each based on different An ad hoc network is a collection of wireless mobile nodes dynamically forming a temporary network without the use of any existing network infras- assumptions and intuitions. However, little is known about the actual tructure or centralized administration. Due to the limited transmission range performance of these protocols, and no attempt has previously been of wireless network interfaces, multiple network "hops" may be needed for made to directly compare them in a realistic manner. one node to exchange data with another across the network. In recent years, This paper is the ®rst to provide a realistic, quantitative analysis a variety of new routing protocols targeted speci®cally at this environment comparing the performance of a variety of multi-hop wireless ad hoc have been developed, but little performance information on each protocol network routing protocols. We present results of detailed simulations and no realistic performance comparison between them is available. This showing the relative performance of four recently proposed ad hoc paper presents the results of a detailed packet-level simulation comparing routing protocols: DSDV [18], TORA [14, 15], DSR [9, 10, 2], and four multi-hop wireless ad hoc network routing protocols that cover a range AODV [17].
    [Show full text]
  • A Framework for Providing E-Services to the Rural Areas Using Wireless Ad Hoc and Sensor Networks
    A Framework for Providing E-Services to the Rural Areas using Wireless Ad Hoc and Sensor Networks Al-Sakib Khan Pathan1, Humayun Kadir Islam2, Sabit Anjum Sayeed3, Farruk Ahmed2, Choong Seon Hong1 1 {[email protected], [email protected]}, Department of Computer Engineering, Kyung Hee University, Korea 2 {humayun, farruk}@northsouth.edu, Department of Computer Science & Engineering, North South University, Bangladesh 3 [email protected] , University of Ottawa, Canada Abstract-In recent years, the proliferation of mobile computing is essential for critical decision and policy making (especially devices has driven a revolutionary change in the computing in emergency situations), our framework ensures quick and world. The nature of ubiquitous devices makes wireless networks accurate data acquisition using wireless technologies, which the easiest solution for their interconnection. This has led to the could definitely assist the government to take necessary rapid growth of several wireless systems like wireless ad hoc strategic decisions and immediate actions. We also address the networks, wireless sensor networks etc. In this paper we have proposed a framework for rural development by providing practical/operational challenges that could hinder the various e-services to the rural areas with the help of wireless ad implementation of such a framework in the rural areas of the hoc and sensor networks. We have discussed how timely and developing countries. accurate information could be collected from the rural areas The rest of the paper is organized as follows: section II using wireless technologies. In addition to this, we have also gives an overview as well as states the major benefits of mentioned the technical and operational challenges that could wireless sensor and ad hoc networks, section III discusses hinder the implementation of such a framework in the rural various parts of our proposed framework, section IV mentions areas in the developing countries.
    [Show full text]