A Faster Malicious Detection Approach For MANETs Using EAACK

DOI : 10.17577/IJERTCONV2IS13066

Download Full-Text PDF Cite this Publication

Text Only Version

A Faster Malicious Detection Approach For MANETs Using EAACK

ISSN: 2278-0181

Ramesh Hanamant Badagi, 4th Sem M.tech,

APSCE, Bangalore

AbstractThe migration to wireless network from wired net- work has been a global trend in the past few decades. The mobility and scalability brought by wireless network made it possible in many applications. Among all the contemporary wireless net-works, Mobile Ad hoc NETwork (MANET) is one of the most important and unique applications. On the contrary to traditional network architecture, MANET does not require a fixed network infrastructure; every single node works as both a transmitter and a receiver. Nodes communicate directly with each other when they are both within the same communication range. Otherwise, they rely on their neighbors to relay messages. The self-configuring ability of nodes in MANET made it popular among critical mission applications like military use or emergency recovery. However, the open medium and wide distribution of nodes make MANET vulnerable to malicious attackers. In this case, it is crucial to develop efficient intrusion- detection mechanisms to protect MANET from attacks. With the improvements of the technology and cut in hardware costs, we are witnessing a current trend of expanding MANETs into industrial applications. To adjust to such trend, we strongly believe that it is vital to address its potential security issues. In this paper, we propose and implement a new intrusion-detection system named Enhanced Adaptive ACKnowl-edgment (EAACK) specially designed for MANETs. Compared to contemporary approaches, EAACK demonstrates higher mali-cious-behavior- detection rates in certain circumstances while does not greatly affect the network performances.

KeywordsDigital signature, digital signature algorithm (DSA), Enhanced Adaptive ACKnowledgment (AACK) (EAACK), Mobile Ad hoc NETwork (MANET).

  1. INTRODUCTION

    By definition, Mobile Ad hoc NETwork (MANET) is a collection of mobile nodes equipped with both a wireless transmitter and a receiver that communicate with each other via bidirectional wireless links either directly or indirectly. One of the major advantages of wireless networks is its ability to allow data communication between different parties and still main-tain their mobility. However, this communication is limited to the range of transmitters. This means that two nodes cannot communicate with each other when the distance between the two nodes is beyond the communication range of their own. MANET solves this problem by allowing intermediate par-ties to relay data transmissions. This is achieved by dividing MANET into two types of networks, namely, single-hop and multihop. In a single-hop network, all nodes within the same radio range communicate directly with each other. On the other hand, in a multihop network, nodes rely on other intermediate nodes to transmit

    Mr. Somasekhar . T, Senior Lecture(CSE), APSCE, Bangalore

    If the destination node is out of their radio range. In contrary to the traditional wireless network, MANET has a decentralized network infrastructure. MANET does not require a fixed infrastructure; thus, all nodes are free to move randomly [10]. MANET is capable of creating a self- configuring and self-maintaining network without the help of a centralized infrastructure, which is often infeasible in critical mission applications like military conflict or emergency recovery. Minimal configuration and quick deployment make MANET ready to be used in emergency circumstances where an infrastructure is unavailable or unfeasible to install in scenar-ios like natural or human-induced disasters, military conflicts, and medical emergency situations [19].

    Owing to these unique characteristics, MANET is becom- ing more and more widely implemented in the industry [14]. However, considering the fact that MANET is popular among critical mission applications, network security is of vital importance. Unfortunately, the open medium and remote distribution of MANET make it vulnerable to various types of attacks. For example, due to the nodes lack of physical pro- tection, malicious attackers can easily capture and cosmpromise nodes to achieve attacks. In particular, considering the fact that most routing protocols in MANETs assume that every node in the network behaves cooperatively with other nodes and presumably not malicious [5], attackers can easily compromise MANETs by inserting malicious or noncooperative nodes into the network. Furthermore, because of MANETs distributed architecture and changing topology, a traditional centralized monitoring technique is no longer feasible in MANETs. In such case, it is crucial to develop an intrusion-detection system (IDS) specially designed for MANETs. Many research efforts have been devoted to such research topic [1][3], [6][9], [15], [16].

  2. LITERATURE SURVEY

    If MANET can detect the attackers as soon as they enter the network, we will be able to completely eliminate the potential damages caused by compromised nodes at the first time. IDSs usually act as the second layer in MANETs, and they are a great complement to existing proactive approaches. In this section, we mainly describe three exist-ing approaches, namely, Watchdog [17], TWOACK [15], and Adaptive ACKnowledgment (AACK) [18].

    1. Watchdog: Marti et al. [17] proposed a scheme named Watchdog that aims to improve the throughput of network

      with the presence of malicious nodes. In fact, the Watchdog

      www.ijert.org 504

      scheme is consisted of two parts, namely, Watchdog and Pathrater. Watchdog serves as an IDS for MANETs. It is responsible for detecting malicious node misbehaviors in the network. Watchdog detects malicious misbehaviors by promiscuously listening to its next hops transmission. If a Watchdog node overhears that its next node fails to forward the packet within a certain period of time, it increases its failure counter. When-ever a nodes failure counter exceeds a predefined threshold, the Watchdog node reports it as misbehaving. In this case, the Pathrater cooperates with the routing protocols to avoid the reported nodes in future transmission.

      Many following research studies and implementations have proved that the Watchdog scheme is efficient. Furthermore, compared to some other schemes, Watchdog is capable of detecting malicious nodes rather than links. These advantages have made the Watchdog scheme a popular choice in the field. Many MANET IDSs are either based on or developed as an improvement to the Watchdog scheme [15], [18]. Nevertheless, as pointed out by Marti et al. [17], the Watchdog scheme fails to detect malicious misbehaviors with the presence of the following: 1) ambiguous collisions; 2) receiver collisions; limited transmission power; 4) false misbehavior report; collusion; and 6) partial dropping..

    2. TWOACK: With respect to the six weaknesses of the Watchdog scheme, many researchers proposed new approaches to solve these issues. TWOACK proposed by Liu et al. [16] is one of the most important approaches among them. On the contrary to many other schemes, TWOACK is neither an enhancement nor a Watchdog-based scheme. Aiming to resolve the receiver collision and limited transmission power prob-lems of Watchdog, TWOACK detects misbehaving links by acknowledging every data packet transmitted over every three consecutive nodes along the path from the source to the desti-nation. Upon retrieval of a packet, each node along the route is required to send back an acknowledgment packet to the node that is two hops away from it down the route. TWOACK is required to work on routing protocol such as Dynamic Source Routing (DSR) [11]. The working process of TWOACK is shown in Fig. 1: Node A first forwards Packet 1 to node B, and then, node B forwards Packet 1 to node C. When node C receives Packet 1, as it is two hops away from node A, node C is obliged to generate a TWOACK packet, which contains reverse route from node A to node C, and sends it back to node A. The retrieval of this TWOACK packet at node A indicates that the transmission of Packet 1 from node A to node C is successful. Otherwise, if this TWOACK packet is not received in a predefined time period, both nodes B and C are reported malicious. The same process applies to every three consecutive nodes along the rest of the route.

      Fig. 1. TWOACK scheme: Each node is required to send back an acknowledgment packet to the node that is two hops away from it.

      The TWOACK scheme successfully solves the rIeScSeNi:v2e2r78-0181 collision and limited transmission power problems posed by

      Watchdog. However, the acknowledgment process required in every packet transmission process added a significant amount of unwanted network overhead. Due to the limited battery power nature of MANETs, such redundant transmission process can easily degrade the life span of the entire network. However, many research studies are working in energy harvesting to deal with this problem [18].

    3. AACK: Based on TWOACK, Sheltami et al. [18] pro- posed a new scheme called AACK. Similar to TWOACK, AACK is an acknowledgment-based network layer scheme which can be considered as a combination of a scheme called TACK (identical to TWOACK) and an end-to-end acknowl- edgment scheme called ACKnowledge (ACK). Compared to TWOACK, AACK significantly reduced network overhead while still capable of maintaining or even surpassing the same network throughput. The end-to-end acknowledgment scheme in ACK is shown in Fig. 2.

    Fig. 2. ACK scheme: The destination node is required to send acknowledgment packets to the source node.

    In the ACK scheme shown in Fig. 2, the source node S sends out Packet 1 without any overhead except 2 b of flag indicating the packet type. All the intermediate nodes simply forward this packet. When the destination node D receives Packet 1, it is required to send back an ACK acknowledgment packet to the source node S along the reverse order of the same route. Within a predefined time period, if the source node S receives this ACK acknowledgment packet, then the packet transmission from node S to node D is successful. Otherwise, the source node S will switch to TACK scheme by sending out a TACK packet. The concept of adopting a hybrid scheme in AACK greatly reduces the network overhead, but both TWOACK and AACK still suffer from the problem that they fail to detect malicious nodes with the presence of false misbehavior report and forged acknowledgment packets.

    In fact, many of the existing IDSs in MANETs adopt an acknowledgment-based scheme, including TWOACK and AACK. The functions of such detection schemes all largely depend on the acknowledgment packets. Hence, it is crucial to guarantee that the acknowledgment packets are valid and authentic. To address this concern, we adopt a digital signature in our proposed scheme named Enhanced AACK (EAACK).

  3. PROBLEM DEFINITION

    Our proposed approach EAACK is designed to tackle three of the six weaknesses of Watchdog scheme, namely, false misbehavior, limited transmission power, and receiver collision. In this section, we discuss these three weaknesses in

    www.ijedrte.ctoamil. 505

    Fig. 3. Receiver collisions: Both nodes B and X are trying to send Packet 1 and Packet 2, respectively, to node C at the same time.

    Fig. 4. Limited transmission power: Node B limits its transmission power so that the packet transmission can be overheard by node A but too weak to reach node C.

    Fig. 5. False misbehavior report: Node A sends back a misbehavior report even though node B forwarded the packet to node C.

    In a typical example of receiver collisions, shown in Fig. 3, after node A sends Packet 1 to node B, it tries to overhear if node B forwarded this packet to node C; meanwhile, node X is forwarding Packet 2 to node C. In such case, node A overhears that node B has successfully forwarded Packet 1 to node C but failed to detect that node C did not receive this packet due to a collision between Packet 1 and Packet 2 at node C.

    In the case of limited transmission power, in order to pre- serve its own battery resources, node B intentionally limits its transmission power so that it is strong enough to be overheard by node A but not strong enough to be received by node C, as shown in Fig. 4.

    For false misbehavior report, although node A successfully overheard that node B forwarded Packet 1 to node C, node A still reported node B as misbehaving, as shown in Fig. 5. Due to the open medium and remote distribution of typical MANETs, attackers can easily capture and compromise one or two nodes to achieve this false misbehavior report attack.

    As discussed in previous sections, TWOACK and AACK solve two of these three weaknesses, namely, receiver collision and limited transmission power. However, both of them are vulnerable to the false misbehavior attack. In this research work, our goal is to propose a new IDS specially

    collision and limited transmission power but also thISeSNfa:l2s2e78-0181 misbehavior problem.

    Furthermore, we extend our research to adopt a digital sig- nature scheme during the packet transmission process. As in all acknowledgment-based IDSs, it is vital to ensure the integrity and authenticity of all acknowledgment packets.

  4. MODEL DESCRIPTION

In this section, we describe our proposed EAACK scheme in detail. The approach described in this research paper is based on our previous work [12], where the backbone of EAACK was proposed and evaluated through implementation. In this paper, we extend it with the introduction of digital signature to prevent the attacker from forging acknowledgment packets.

EAACK is consisted of three major parts, namely, ACK, secure ACK (S-ACK), and misbehavior report authentication (MRA). In order to distinguish different packet types in dif- ferent schemes, we included a 2-b packet header in EAACK. According to the Internet draft of DSR [11], there is 6 b reserved in the DSR header. In EAACK, we use 2 b of the 6 b to flag different types of packets.

Fig. 6. System control flow: This figure shows the system flow of how the EAACK scheme works.

Fig. 6 presents a flowchart describing the EAACK scheme. Please note that, in our proposed scheme, we assume that the link between each node in the network is bidirectional. Furthermore, for each communication process, both the source node and the destination node are not malicious. Unless specified, all acknowledgment packets described in this research are required to be digitally signed by its sender and verified by its receiver.

  1. ACK

    As discussed before, ACK is basically an end-to-end ac- knowledgment scheme. It acts as a part of the hybrid scheme in EAACK, aiming to reduce network overhead when no network misbehavior is detected. In Fig. 7, in ACK mode, node S first sends out an ACK data packet Pad1 to the destination node D. If all the intermediate nodes along the route between nodes S and D are cooperative and node D successfully receives Pad1, node D is required to send back an ACK acknowledgment packet Pak1 along the same route but in a reverse order. Within a predefined time period, if node S receives Pak1, then the packet transmission from node S to node D is successful. Otherwise, node S will switch to S-ACK mode by sending out an S-ACK data packet to detect the misbehaving nodes in the route.

    designed for MANETs, which solves not only receiwvwerw.ijert.org

    506

    Fig 7. ACK scheme: The destination node is required to send back an acknowledgement packet to the source node when it receives a new packet.

  2. S-ACK

    The S-ACK scheme is an improved version of the TWOACK scheme proposed by Liu et al. [16]. The principle is to let every three consecutive nodes work in a group to detect misbehaving nodes. For every three consecutive nodes in the route, the third node is required to send an S-ACK acknowledgment packet to the first node. The intention of introducing S-ACK mode is to detect misbehaving nodes in the presence of receiver collision or limited transmission power.

    In S-ACK mode, the three consecutive nodes (i.e., F1, F2, and F3) work in a group to detect misbehav-ing nodes in the network. Node F1 first sends out S-ACK data packet Psad1 to node F2. Then, node F2 forwards this packet to node F3. When node F3 receives Psad1, as it is the third node in this three-node group, node F3 is required to send back an S-ACK acknowledgment packet Psak1 to node F2. Node F2 forwards Psak1 back to node F1. If node F1 does not receive this acknowledgment packet within a predefined time period, both nodes F2 and F3 are reported as malicious. Moreover, a misbehavior report will be generated by node F1 and sent to the source node S.

    Nevertheless, unlike the TWOACK scheme, where the source node immediately trusts the misbehavior report, EAACK requires the source node to switch to MRA mode and confirm this misbehavior report. This is a vital step to detect false misbehavior report in our proposed scheme.

  3. MRA

    The MRA scheme is designed to resolve the weakness of Watchdog when it fails to detect misbehaving nodes with the presence of false misbehavior report. The false misbehavior report can be generated by malicious attackers to falsely report innocent nodes as malicious. This attack can be lethal to the entire network when the attackers break down sufficient nodes and thus cause a network division. The core of MRA scheme is to authenticate whether the destination node has received the reported missing packet through a different route.

    To initiate the MRA mode, the source node first searches its local knowledge base and seeks for an alternative route to the destination node. If there is no other that exists, the source node starts a DSR routing request to find another route. Due to the nature of MANETs, it is common to find out multiple routes between two nodes.

    By adopting an alternative route to the destination node, we circumvent the misbehavior reporter node. When the estination node receives an MRA packet, it searches its local know edge base and compares if the reported packet wasreceived. If it is already received, then it is safe to

    conclude that this is a false misbehavior report and whoever

    generated this report is marked as malicious. OtherwIiSsSeN, :tp2e78-0181

    misbehavior report is trusted and accepted.

    By the adoption of MRA scheme, EAACK is capable of detecting malicious nodes despite the existence of false mis- behavior report.

  4. Digital Signature

    As discussed before, EAACK is an acknowledgment- based IDS. All three parts of EAACK, namely, ACK, S-ACK, and MRA, are acknowledgment-based detection schemes. They all rely on acknowledgment packets to detect misbehaviors in the network. Thus, it is extremely important to ensure that all acknowledgment packets in EAACK are authentic and un-tainted. Otherwise, if the attackers are smart enough to forge acknowledgment packets, all of the three schemes will be vulnerable.

    With regard to this urgent concern, we incorporated digital signature in our proposed scheme. In order to ensure the integrity of the IDS, EAACK requires all acknowledgment packets to be digitally signed before they are sent out and verified until they are accepted. However, we fully understand the extra resources that are required with the introduction of digital signature in MANETs. To address this concern, we implemented both DSA and RSA digital signature schemes in our proposed approach. The goal is to find the most optimal solution for using digital signature in MANETs.

    V PERFORMANCE EVALUATION

    In this section, we concentrate on describing our simulation environment and methodology as well as comparing perfor-mances through simulation result comparison with Watchdog, TWOACK, and EAACK schemes.

    1. Simulation Methodologies

      To better investigate the performance of EAACK under different types of attacks, we propose three scenario settings to simulate different types of misbehaviors or attacks.

      Scenario 1: In this scenario, we simulated a basic packet- dropping attack. Malicious nodes simply drop all the packets that they receive. The purpose of this scenario is to test the performance of IDSs against two weaknesses of Watchdog, namely, receiver collision and limited transmission power.

      Scenario 2: This scenario is designed to test IDSs perfor- mances against false misbehavior report. In this case, malicious nodes always drop the packets that they receive and send back a false misbehavior report whenever it is possible.

      Scenario 3: This scenario is used to test the IDSs perfor- mances when the attackers are smart enough to forge acknowl-edgment packets and claiming positive result while, in fact, it is negative. As Watchdog is not an acknowledgment-based scheme, it is not eligible for this scenario setting.

    2. Simulation Configurations

      Our simulation is conducted within the Network Simulator (NS) 2.34 environment on a platform with GCC 4.3 and Ubuntu 9.10. The system is running on a laptop with Core 2 Duo T7250 CPU and 3-GB RAM

      In order to measure and compare the performances of our proposed scheme, we continue to adopt the following two

      507

      www.ijeprte.crofmormance metrics [13].

      Table II

      ISSN: 2278-0181

      www.ijert.org 508

      Fig. 9. Simulation results for scenario 1PDR.

      Fig. 10. Simulation results for scenario 1RO.

      Fig. 13. Simulation results for scenario 3PDR.

      .

      Fig. 11. Simulation results for scenario 2PDR

      Fig. 12. Simulation results for scenario 2RO.

      Fig. 14. Simulation results for scenario 3RO.

      ISSN: 2278-0181

      www.ijert.org 509

      1. Packet delivery ratio (PDR): PDR defines the ratio of the number of packets received by the destination node to the number of packets sent by the source node.

      2. Routing overhead (RO): RO defines the ratio of the amount of routing-related transmissions [Route REQuest (RREQ), Route REPly (RREP), Route ERRor (RERR), ACK, S-ACK, and MRA].

    3. Performance Evaluation

    To provide readers with a better insight on our simulation results, detailed simulation data are presented in Table II.

    1. Simulation ResultsScenario 1: In scenario 1, malicious nodes drop all the packets that pass through it. Fig. 9 shows the simulation results that are based on PDR.

      In Fig. 9, we observe that all acknowledgment-based IDSs perform better than the Watchdog scheme. Our proposed scheme EAACK surpassed Watchdogs performance by 21%when there are 20% of malicious nodes in the network. From the results, we conclude that acknowledgment-based schemes, including TWOACK, AACK, and EAACK, are able to detect misbehaviors with the presence of receiver collision and limited transmission power. However, when the number of malicious nodes reaches 40%, our proposed scheme EAACKs performance is lower than those of

      TWOACK and AACK. We generalize it as a result of the introduction of MRA scheme, when it takes too long to receive an MRA acknowledgment from the destination node that the waiting time exceeds the predefined threshold.

      The simulation results of RO in scenario 1 are shown in Fig. 10. We observe that DSR and Watchdog scheme achieve the best performance, as they do not require acknowledgment scheme to detect misbehaviors. For the rest of the IDSs, AACK has the lowest overhead. This is largely due to its hybrid architecture, which significantly reduces network overhead. Although EAACK requires digital signature at all acknowl-edgment process, it still manages to maintain lower etwork overhead in most cases. We conclude that this happens as a result of the introduction of our hybrid scheme.

    2. Simulation ResultsScenario 2: In the second scenario, we set all malicious nodes to send out false misbehavior report to the source node whenever it is possible. This scenario setting is designed to test the IDSs performance under the false misbehavior report. Fig. 11 shows the achieved simulation results based on PDR. When malicious nodes are 10%, EAACK performs 2% better than AACK and TWOACK. When the ma-licious nodes are at 20% and 30%, EAACK outperforms all the other schemes and maintains the PDR to over 90%. We believe that the introduction of MRA scheme mainly contributes to this performance. EAACK is the only scheme that is capable of detecting false misbehavior report.

      In terms of RO, owing to the hybrid scheme, EAACK main-tains a lower network overhead compared to TWOACK in most cases, as shown in Fig. 12. However, RO rises rapidly with the increase of malicious nodes. It is due to the fact that more malicious nodes require a lot more acknowledgment packets and digital signatures.

    3. Simulation ResultsScenario 3: In scenario 3, we

    NCRTS`14 Conference Proceedings acknowledgment packets. This way, malicious nodesISsSimN:p2l2y78-0181 drop all the packets that they receive and send back forged

    positive acknowledg-ment packets to its previous node whenever necessary. This is a common method for attackers to degrade network performance while still maintaining its reputation.

    The PDR performance comparison in scenario 3 is shown in Fig. 13. We can observe that our proposed scheme EAACK outperforms TWOACK and AACK in all test scenarios. We believe that this is because EAACK is the only scheme which is capable of detecting forged acknowledgment packets.

    Fig. 14 shows the achieved RO performance results for each IDS in scenario 3. Regardless of different digital signature schemes adopted in EAACK, it produces more network over-head than AACK and TWOACK when malicious nodes are more than 10%. We conclude that the reason is that digital signature scheme brings in more overhead than the other two schemes.

    VI CONCLUSION

    Packet-dropping attack has always been a major threat to the security in MANETs. In this research paper, we have proposed a novel IDS named EAACK protocol specially de- signed for MANETs and compared it against other popular mechanisms in different scenarios through simulations. The results demonstrated positive performances against Watchdog, TWOACK, and AACK in the cases of receiver collision, limited transmission power, and false misbehavior report.

    Furthermore, in an effort to prevent the attackers from initiat-ing forged acknowledgment attacks, we extended our research to incorporate digital signature in our proposed scheme. Al-though it generates more ROs in some cases, as demonstrated in our experiment, it can vastly improve the networks PDR when the attackers are smart enough to forge acknowledgment packets. We think that this tradeoff is worthwhile when network security is the top priority. In order to seek the optimal DSAs in MANETs, we implemented both DSA and RSA schemes in our simulation. Eventually, we arrived to the conclusion that the DSA scheme is more suitable to be implemented in MANETs.

    To increase the merits of our research work, we plan to investigate the following issues in our future research:

    1. possibilities of adopting hybrid cryptography techniques to further reduce the network overhead caused by digital signature;

    2. examine the possibilities of adopting a key exchange mechanism to eliminate the requirement of predistributed keys;

    3. testing the performance of EAACK in real network envi-ronment instead of software simulation.

REFERENCES

  1. K. Al Agha, M.-H. Bertin, T. Dang, A. Guitton, P. Minet, T. Val, and J.-

    B. Viollet, Which wireless technology for industrial wireless sensor networks? The development of OCARI technol, IEEE Trans. Ind. Elec- tron., vol. 56, no. 10, pp. 42664278, Oct. 2009.

  2. R. Akbani, T. Korkmaz, and G. V. S. Raju, Mobile Ad hoc Net-work Security, in Lecture Notes in Electrical Engineering, vol. 127. New York: Springer-Verlag, 2012, pp. 659666.

  3. R. H. Akbani, S. Patel, and D. C. Jinwala, DoS attacks in mobile ad

    pro-vide the malicious nodes the ability to forge

    hoc networks: A survey, in Proc. 2nd Int. Meeting ACCT, Rohtak,

    510

    www.ijert.orgHaryana, India, 2012, pp. 535541.

  4. T. Anantvalee and J. Wu, A Survey on Intrusion Detection in Mobile Ad Hoc Networks, in Wireless/Mobile Security. New York: Springer- Verlag, 2008.

  5. L. Buttyan and J. P. Hubaux, Security and Cooperation in Wireless Networks. Cambridge, U.K.: Cambridge Univ. Press, Aug. 2007.

  6. D. Dondi, A. Bertacchini, D. Brunelli, L. Larcher, and L. Benini,

    Model-ing and optimization of a solar energy harvester system for self-powered wireless sensor networks, IEEE Trans.

    Ind. Electron., vol. 55, no. 7,27592766, Jul. 2008.

  7. V. C. Gungor and G. P. Hancke, Industrial wireless sensor networks: Challenges, design principles, and technical approach, IEEE Trans. Ind. Electron., vol. 56, no. 10, pp. 42584265, Oct. 2009.

  8. Y. Hu, D. Johnson, and A. Perrig, SEAD: Secure efficient distance vector routing for mobile wireless ad hoc networks, in Proc. 4th IEEE Workshop Mobile Comput. Syst. Appl., 2002, pp. 313.

  9. Y. Hu, A. Perrig, and D. Johnson, ARIADNE: A secure on-demand rout-ing protocol for ad hoc networks, in Proc. 8th ACM Int. Conf. MobiCom, Atlanta, GA, 2002, pp. 1223.

  10. G. Jayakumar and G. Gopinath, Ad hoc mobile wireless networks rout- ing protocolA review, J. Comput. Sci., vol. 3, no. 8, pp. 574582, 2007.

  11. D. Johnson and D. Maltz, Dynamic Source Routing in ad hoc wireless networks, in Mobile Computing. Norwell, MA: Kluwer, 1996, ch. 5, pp. 153181.

  12. N. Kang, E. Shakshuki, and T. Sheltami, Detecting misbehaving nodes in MANETs, in Proc. 12th Int. Conf. iiWAS, Paris, France, Nov. 810, 2010, pp. 216222.

  13. N. Kang, E. Shakshuki, and T. Sheltami, Detecting forged acknowl- edgements in MANETs, in Proc. IEEE 25th Int. Conf. AINA, Biopolis, Singapore, Mar. 2225, 2011, pp. 488494.

  14. K. Kuladinith, A. S. Timm-Giel, and C. Görg, Mobile ad-hoc commu- nications in AEC industry, J. Inf. Technol. Const., vol. 9, pp. 313323, 2004.

  15. J.-S. Lee, A Petri net design of command filters for semiautonomous mobile sensor networks, IEEE Trans. Ind. Electron., vol. 55, no. 4,

    pp. 18351841, Apr. 2008.

  16. K. Liu, J. Deng, P. K. Varshney, and K. Balakrishnan, An acknowledgment-based approach for the detection of routing misbe- haviour in MANETs, IEEE Trans. Mobile Comput., vol. 6, no. 5,

    pp. 536550, May 2007.

  17. S. Marti, T. J. Giuli, K. Lai, and M. Baker, Mitigating routing misbe- haviour in mobile ad hoc networks, in Proc. 6th Annu. Int. Conf. Mobile Comput. Netw., Boston, MA, 2000, pp. 255265.

  18. T. Sheltami, A. Al-Roubaiey, E. Shakshuki, and A. Mahmoud, Video transmission enhancement in presence of misbehaving nodes in MANETs, Int. J. Multimedia Syst., vol. 15, no. 5, pp. 273282, Oct. 2009.

NCRTS`14 Conference Proceedings

ISSN: 2278-0181

www.ijert.org 511

Leave a Reply