Efficient Shortest Path Routing (ESPR) Algorithm for Multicasting in Wireless Mesh Network

Size: px
Start display at page:

Download "Efficient Shortest Path Routing (ESPR) Algorithm for Multicasting in Wireless Mesh Network"

Transcription

1 ISSN: Efficient Shortest Path Routing () Algorithm for Multicasting in Wireless Mesh Network 1 Geetanjali Rathee, 2Ninni Singh, 3Hemraj Saini 1, 2, 3 Department of Computer Science and Engineering 1, 2, 3 Jaypee University of Information Technology, Waknaghat INDIA geetanjali.rathee123@gmail.com,ninnisingh1991@gmail.com, hemraj.saini@juit.ac.in Abstract Today s fast and mobility oriented era of communication the networking infrastructure requires efficient communication. SPT and MCT are the two standard algorithms to provide efficient communication in wireless networking. SPT provides communication by recognizing the shortest path in a tree and propel the packet throughout this path. Since failures exist in the network, the SPT algorithm resists the failure by sending an ICMP messages which increases ratio and rerouting of the packets while MCT algorithm forwards the packets on the basis of least number of transmissions. As the MCT algorithm transmits by consuming less number of cost, but during failure of intermediate links, it is also having the scope of improvement in the efficiency, i.e. transmission cost, rerouting cost and complexity of the network. These drawbacks are overcome by the proposed algorithm which works efficiently during failure of intermediate links. NS-2 is used to simulate the results and shown the results with comparative analysis of three algorithms Keywords: WMN, SPT, MCT, Congestion,. 1. Introduction In wired computer network, as the number of users increase in the network, there will be a demand of some novel technologies that can oversee the issues like mobility and as a result wireless computer network is developed. In wireless network, wired connection is not needed and because of this feature, there is an exponential growth of users for Internet access. As we all know communication in wireless network runs for substantial purpose, Wireless Mesh Network (WMN) become a promising concept to solve the challenges in today s scenario in cost effective aspects to the service provided by adopting three features i.e. self-structuring, flexibility and self-management [1, 2]. WMN [3], as shown in figure-1, is made up of two types of s, first, wireless mess client and second, wireless mesh router. The wireless mesh router has routing capability and not having any resources like- memory and power constraints while wireless mesh clients has resources likememory and power constraints but not having any routing capability. Mesh router has less mobility so it is mostly viewed as a stationary. The mesh router which connects the other mesh routers and clients to the backbone or Internet is called a mesh gateway. Mesh gateway is also practiced to connect any two mesh networks [3]. Fig. 1. Wireless Mesh Network Multicast Routing [, 9] is a type of communication where information is delivered to a set of destination s simultaneously as shown in figure-2. In this, the delivery of messages is managed at each layer only once. The duplication of messages is provided only at branch layer where links are differentiated to the destination. Even though Multicast Routing is applied in different applications like- teleconferencing, video conferencing and sending, researchers on Multicast Routing in WMN is still in its early days. Shortest Path tree (SPT) [6] and Minimum Cost Trees (MCT) are the two underlying approaches of multicast routing. The aim of SPT algorithm is to create a tree such that the distance between source and destination should be minimal. The most commonly used SPT algorithms are Dijkstra [7] and Bellman- ford []. Fig. 2. Multicast Routing 111

2 The goal of MCT is to downplay the overall cost of the tree. On comparing both trees SPT and MCT, the end to end cost of SPT is lower than that of MCT. The distance between source and destinations is maximum in case of MCT that means the average path length of SPT is lower than MCT. The complexity of MCT is more than the SPT. Due to its higher complexity rate, the majority of routing protocols is based on SPT i.e. distance vector multicast routing (DVMR) [11], Multicast Open Shortest Path First (MOSPF) [12]. Rest of the work is presented in four sections. In section-ii, recent proposed approaches, i.e. SPT [11] and MCT [6] have discussed with their drawbacks. In section-iii, the proposed approach has provided with failure cases. The comparative analysis of three approaches will be done in section-iv. Finally, the section-v concluded the work. 2. Related Work In this section, the computation cost of SPT and MCT have been compared. This comparative study evaluates the drawback of both algorithms during communicating the data in the network. For this study, the WMN [4], as shown in figure-3 have deemed.. Fig. 3. Shortest Path Tree The network consists of a source S, two destination D 1, D 2 and four forwarding s. Firstly the SPT [11] has calculated and then the MCT [6]. SPT algorithm, forwards the packet by constructing a shortest path tree to the destination. Let us consider a source S which wants to transmit a packet to a destination D 1 and D 2. As shown in figure-3, source S will transmit the packet to D 1 and D 2 by choosing S-C- E-B-D 1 and S-C-E-B-D 2 paths, therefore, the cost of packet transmission from S to D 1 is 4 ( ) and from S to D 2 is 4 ( ) and the overall cost for transmitting the packet from source S to D 1 and D 2 is (S-C-E-B -D 1 and B-D 2 ). Now, another multicast routing algorithm MCT has been considered for the computation. Instead of considering the cost, it sends the packet on the basis of least number of transmissions. The working of MCT is shown by considering figure-4. Let again source S wants to transmit a packet to multiple destinations D 1 and D 2. The MCT evaluates the transmission of the entire network and sends the packet by choosing the path having less number of transmissions. By showing in Figure-4, MCT choose S-A-B-D 1 and S-C-E-D 2, so, the cost of transmission from S-D 1 is 3(2+2+1) and from S-D 2 is 3(1+1+3). The overall cost of packet transmission from S-D 1 and S-D 2 is. Fig. 4. Minimum Cost Tree The drawback of MCT is its complexity. Furthermore, in the case of failure [], both the algorithms utilize the ICMP message protocol, which increases the computing power, cost, rerouting transmission and ratio. Thus, to overcome all such challenges the proposed algorithm is provided in section-iii, which work in an efficient manner. 3. Proposed Approach In the previous section, some of the disadvantages associated with both SPT and MCT algorithms are identified. To overcome above mentioned drawbacks we have suggested an algorithm efficient shortest path routing (). As shown in table-1. Table-1 shows if a N i wants to send the packets to destination D i and D j, initially N i will check for the failure case using through an ack (acknowledgement). If ack is received within RTT then there is no failure in the network and N i will send the packet to destination D i and D j using SPT algorithm. In other case if ack is not received within RTT that means failure exist in the network and the previous N i -1 will choose the next shortest path from the Routing table and send to the destination s D i and D j. Fig.. When C-D fails 112

3 Table 1. Algorithm Terminologies used: S= source D i and D j = two destination s N i = current N i -1= previous N= Network RTT= Round Trip Time 1. Select a N i from a network N. 2. if ( an ack receives within RTT) Then No failure exists Node N i sends the packet using SPT algorithm 3. else N i -1 chooses next another path N i -1 send the packet to destination D i, D j The proposal utilizes the concept of SPT i.e. source S transmits the packet by choosing the shortest path to the destination, but in case of failure instead of sending an ICMP message to the source Node S, the failure detected will choose another shortest path (by considering its routing table) that leads to destination D 1 and D 2 and starts transmitting the packet through that path. The failure case is shown in the figure-. In normal cases (when no failure exist inside the network), works same as SPT i.e. Source S sends the packets to the destination D 1 and D 2 through S-C-E-B-D 1 and S-C-E-B-D 2, while during failure, i.e. if link C-E fails, as C is not able to get an acknowledgement within its (Round Trip Time) RTT, it will immediately choose another path to send the packets to the destination D 1 and D 2 through S-C-B-D 1 and S-C-B-D 2 path. The corresponding flowchart of our algorithm is shown in figure Performance Evaluation So far we have discussed our proposed algorithm with both previous approaches and shown how the proposed algorithm works in the failure cases. In this section we have simulate our work in NS-2 simulator on different network sizes and shown the corresponding graphs of SPT, MCT and in terms of throughput, resiliency. / SPT 20 Fig.7. and resiliency of SPT Furthermore we have construct a table of all three algorithms using two parameters i.e. throughput (in term of cost) and resiliency (against failure). The above graphs and table clearly shows that PA works efficiently in failure cases as compare to SPT and MCT. Finally we conclude our paper in table 3 by showing the features, pros and cons of SPT, MCT and PA / MCT Fig.. and resiliency of MCT Fig. 6. Flow chart of 113

4 (in terms of link failure) / (in terms of cost) ISSN: Fig. 9. and resiliency of SPT MCT 4 Fig.. Comparative throughputs of SPT, MCT and PA. 20 SPT MCT Fig. 11. Comparative resiliencies of SPT, MCT and Table 3. Pros and cons of SPT, MCT and SPT MCT PA Task: Pros: SPT finds the shortest path in a network. Minimize end to end delay. Cons: 1) Use ICMP message in the case of failure. 2) Increases MCT is generally used to find path having least transmission s. The Overall cost of the multicast tree reduces. 1) Increases the computational complexity. 2) Increases because of rerouting. It works same as SPT, but it works efficiently in the case of a or link failure. 1) Minimizes no. of computation 2) Minimize ratio. 3) Minimize rerouting. Table 2. and resiliency of SPT, MCT and Parameter Metric Approaches Shortest Path 7 (In terms of cost) Tree Minimum 6 12 Cost Tree PA 4 7 Resiliency Shortest Path (Against Tree Minimum failure) Cost Tree PA 7 9. Conclusion and Future Work In this work an multicast algorithm has proposed which ensures efficient transmission in WMN during failure. The task was simulated in NS2 at different network sizes and found that cost of transmission is less as compared to other algorithms i.e. SPT and MCT. The proposal has introduced several advantages over SPT and MCT i.e. minimizes numbers of computations, ratio and re-routing of packets. Further to achieve more precise results of algorithm, it will be analyzed in the physical environment and the results will be revised for other doable measures

5 References [1.] I. F Akyildiz, X.Wang and W. Wang, A Survey on Wireless Mesh Networks, IEEE Radio Communications, 47(4):44-47, 200. [2.] H. Saini, 1-2 Skip List Approach for Efficient Security Checks in Wireless Mesh Networks, International Journal of Electronics and Information Engineering, 1(1):9-, [3.] L.Zhou, and Z. Haas, Securing adhoc networks, IEEE Network Magazine, 13:24-30:1999. [4.] Raffaele Bruno, M. Conti, and E. Gregori, Mesh networks: commodity multihop ad hoc networks, Communications Magazine, IEEE, 43(3): , 200. [.] S.Paul, Multicast on the Internet and Its Applications, Kluwer Academic Publishers, 199. [6.] G. Zeng, B.Wang, Y. Ding, L. Xiao, and M. Mutka, Efficient Multicast Algorithms for Multichannel Wireless Mesh Networks, IEEE Trans. Parallel Distrib. Syst., 21(1):6-99, 20. [7.] L. Ping, and B. Cuimei, A Improvement of the Shortest Path Based on the Dijkstra Algorithm [J], Qinghai Normal University, 1(1):79-0, 200. [.] W. Zhang, H. Chen, C. Jiang, and L. Zhu, Improvement and Experimental Evaluation Bellman-Ford Algorithm, International Conference on Advanced Information and Communication Technology for Education (ICAICTE 2013), 0-3, [9.] J. Sobczak, and P. Zwierzykowski, Multicast Routing in Wireless Mesh Networks, In the proceedings of The Eighth Advanced International Conference on Telecommunications, 62-6, [.] G. Rathee, A. Mundra, N. Rakesh, and S.P. Ghrera, Buffered Based Routing and Resiliency Approach for WMN, Published in IEEE International Conference of Human Computer Interaction, Chennai, India, 1-7, [11.] B.A Fourozan, TCP/IP Protocol Suite, 3rd Edition, Singapore, McGrawHill, [12.] P.G. Ranjitkar, I. M. Suliman, P. Geil, Kuipers and R. Prasad, IP multicast implementation based on the multicast extensions to OSPF protocol Personal Wireless Communications, IEEE International Conference on, 44 49,

Buffered Based Routing and Resiliency Approach for WMN

Buffered Based Routing and Resiliency Approach for WMN Buffered Based Routing and Resiliency Approach for WMN 1 eetanjali Rathee, Ankit Mundra (MIEEE) 1, Department of Computer cience and Engineering Jaypee University of Information Technology Waknaghat, India

More information

Performance Evaluation of MANET through NS2 Simulation

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

More information

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different

and coverage as the nodes can act both as clients and routers. In this paper, the clients are distributed using four different ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com PERFORMANCE ANALYSIS FOR WIRELESS MESH NETWORK CONSIDERING DIFFERENT CLIENT DISTRIBUTION PATTERNS S.Dhivya #1,

More information

Efficient Handoff Routing (EHR) in WMN

Efficient Handoff Routing (EHR) in WMN Efficient Handoff Routing (EHR) in WMN Geetanjali Rathee Department of Computer Science and Engineering Jaypee University of Information Technology Waknaghat-173234, INDIA Hemraj Saini Department of Computer

More information

Multicast Routing in Wireless Mesh Networks: Minimum Cost Trees or Shortest Path Trees?

Multicast Routing in Wireless Mesh Networks: Minimum Cost Trees or Shortest Path Trees? Multicast Routing in Wireless Mesh Networks: Minimum Cost Trees or Shortest Path Trees? Uyen Trang Nguyen, Jin Xu Department of Computer Science and Engineering York University, Toronto, Ontario M3J P3,

More information

A SECURE MULTICAST ROUTING PROTOCOL AGAINST GREY HOLE ATTACK

A SECURE MULTICAST ROUTING PROTOCOL AGAINST GREY HOLE ATTACK A SECURE MULTICAST ROUTING PROTOCOL AGAINST GREY HOLE ATTACK Geetanjali Rathee and Hemraj Saini Department of Computer Science and Engineering and Information Technology, Jaypee University of Information

More information

PRIVACY AND TRUST-AWARE FRAMEWORK FOR SECURE ROUTING IN WIRELESS MESH NETWORKS

PRIVACY AND TRUST-AWARE FRAMEWORK FOR SECURE ROUTING IN WIRELESS MESH NETWORKS PRIVACY AND TRUST-AWARE FRAMEWORK FOR SECURE ROUTING IN WIRELESS MESH NETWORKS 1 PRASHANTH JAYAKUMAR, 2 P.S.KHANAGOUDAR, 3 VINAY KAVERI 1,3 Department of CSE, GIT, Belgaum, 2 Assistant Professor, Dept.

More information

Performance Evaluation of DSDV, DSR AND ZRP Protocol in MANET

Performance Evaluation of DSDV, DSR AND ZRP Protocol in MANET Performance Evaluation of, AND Protocol in MANET Zaiba Ishrat IIMT Engg college,meerut Meerut, India Pankaj singh Sidhi vinayak Group of College,Alwar Alwar,Rajasthan Rehan Ahmad IIMT Engg college,meerut

More information

IEEE s ESS Mesh Networking

IEEE s ESS Mesh Networking IEEE 802.11s ESS Mesh Networking Prof. Young-Bae Ko (youngko@ajou.ac.kr) Ubiquitous Networked Systems (UbiNeS) Lab (http://uns.ajou.ac.kr) KRnet 2006 Contents Introduction - Wireless Mesh Networks IEEE

More information

ICS 351: Today's plan. distance-vector routing game link-state routing OSPF

ICS 351: Today's plan. distance-vector routing game link-state routing OSPF ICS 351: Today's plan distance-vector routing game link-state routing OSPF distance-vector routing game 1. prepare a list of all neighbors and the links to them, and the metric for each link 2. create

More information

ENERGY BASED AODV ROUTING PROTOCOL FOR WIRELESS MESH NETWORK

ENERGY BASED AODV ROUTING PROTOCOL FOR WIRELESS MESH NETWORK International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 4, July - August 2018, pp. 77 83, Article ID: IJARET_09_04_007 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=4

More information

DEPLOYMENT OF FAIR SHARE AND SMART START TECHNIQUE FOR OPTIMAL USE OF AVAILABLE CAPACITY IN TCP CONGESTION CONTROL

DEPLOYMENT OF FAIR SHARE AND SMART START TECHNIQUE FOR OPTIMAL USE OF AVAILABLE CAPACITY IN TCP CONGESTION CONTROL 32 International Journal on, Vol.3, No.1, January 2009 Information Sciences and Computing DEPLOYMENT OF FAIR SHARE AND SMART START TECHNIQUE FOR OPTIMAL USE OF AVAILABLE CAPACITY IN TCP CONGESTION CONTROL

More information

Performance Evaluation of Routing Protocols (AODV, DSDV and DSR) with Black Hole Attack

Performance Evaluation of Routing Protocols (AODV, DSDV and DSR) with Black Hole Attack Performance Evaluation of Routing Protocols (AODV, DSDV and DSR) with Black Hole Rozy Rana 1, Kanwal Preet Singh 2 1 Department of Computer Engineering, Master of Engineering, UCOE, Punjabi University

More information

A CLASSIFICATION FRAMEWORK FOR SCHEDULING ALGORITHMS IN WIRELESS MESH NETWORKS Lav Upadhyay 1, Himanshu Nagar 2, Dharmveer Singh Rajpoot 3

A CLASSIFICATION FRAMEWORK FOR SCHEDULING ALGORITHMS IN WIRELESS MESH NETWORKS Lav Upadhyay 1, Himanshu Nagar 2, Dharmveer Singh Rajpoot 3 A CLASSIFICATION FRAMEWORK FOR SCHEDULING ALGORITHMS IN WIRELESS MESH NETWORKS Lav Upadhyay 1, Himanshu Nagar 2, Dharmveer Singh Rajpoot 3 1,2,3 Department of Computer Science Engineering Jaypee Institute

More information

A New Interference Aware Routing Metric for Efficient Load Balancing In s Networks

A New Interference Aware Routing Metric for Efficient Load Balancing In s Networks A New Interference Aware Routing Metric for Efficient Load Balancing In 802.11s Networks A. Ram a Rao Prof &HOD, CSE Dept, LIET V. Anj i Redd y Asst.prof, LIE T Y. Raj ani Kan th Student, M.Tech, LIET

More information

ICS 351: Today's plan. OSPF BGP Routing in general

ICS 351: Today's plan. OSPF BGP Routing in general ICS 351: Today's plan OSPF BGP Routing in general link-state routing in distance-vector (Bellman-Ford, Ford-Fulkerson, RIP-style) routing, each router distributes its routing table to its neighbors an

More information

Mobility and Density Aware AODV Protocol Extension for Mobile Adhoc Networks-MADA-AODV

Mobility and Density Aware AODV Protocol Extension for Mobile Adhoc Networks-MADA-AODV Journal of Computer Science 8 (1): 13-17, 2012 ISSN 1549-3636 2011 Science Publications Mobility and Density Aware AODV Protocol Extension for Mobile Adhoc Networks-MADA-AODV 1 S. Deepa and 2 G.M. Kadhar

More information

Comparison of Routing Metrics for Wireless Mesh Networks

Comparison of Routing Metrics for Wireless Mesh Networks Comparison of Routing Metrics for Wireless Mesh Networks S.L. Nxumalo 1,2, M.O. Adigun 1, P. Mudali 1,2, N. Ntlatlapa 2, S.M. Ncanana 1 Department of Computer Science University of Zululand 1, P. O. Box

More information

Module 8. Routing. Version 2 ECE, IIT Kharagpur

Module 8. Routing. Version 2 ECE, IIT Kharagpur Module 8 Routing Lesson 27 Routing II Objective To explain the concept of same popular routing protocols. 8.2.1 Routing Information Protocol (RIP) This protocol is used inside our autonomous system and

More information

Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh Networks

Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh Networks IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 6 (Jul. - Aug. 2013), PP 01-07 Multipath Routing Protocol by Breadth First Search Algorithm in Wireless

More information

Improving TCP performance by congestion window adaptation MANET

Improving TCP performance by congestion window adaptation MANET Journal homepage: www.mjret./in ISSN:2348-6953 S. J. Kohakade Dept. of Computer Engg. MIT Academy of Engg. Pune, India S. A. Jain Dept. of Computer Engg. MIT Academy of Engg. Pune, India Improving TCP

More information

Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model

Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model Simulation and Analysis of AODV and DSDV Routing Protocols in Vehicular Adhoc Networks using Random Waypoint Mobility Model 1 R. Jeevitha, 2 M. Chandra Kumar 1 Research Scholar, Department of Computer

More information

HPIS: A Scalable Routing Protocol for WMN

HPIS: A Scalable Routing Protocol for WMN HPIS: A Scalable Routing Protocol for WMN Tapodhir Acharjee #1, Azhar Hussain Mozumder #2, Sudipta Roy #3 # 1,2,3 Department of IT Assam University Silchar, India Abstract Wireless mesh networks (WMNs)

More information

Performance Evaluation of Quality of Service Parameters for Scheduling Algorithms in Wireless Mesh Networks Mayuri Panchal, Rajesh Bansode 2

Performance Evaluation of Quality of Service Parameters for Scheduling Algorithms in Wireless Mesh Networks Mayuri Panchal, Rajesh Bansode 2 www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 6 Issue 7 July 2017, Page No. 22027-22031 Index Copernicus value (2015): 58.10 DOI: 10.18535/ijecs/v6i7.21 Performance

More information

The General Analysis of Proactive Protocols DSDV, FSR and WRP

The General Analysis of Proactive Protocols DSDV, FSR and WRP Volume 116 No. 10 2017, 375-380 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu The General Analysis of Proactive Protocols DSDV, FSR and WRP 1 Dr.

More information

Chapter 09 Network Protocols

Chapter 09 Network Protocols Chapter 09 Network Protocols Copyright 2011, Dr. Dharma P. Agrawal and Dr. Qing-An Zeng. All rights reserved. 1 Outline Protocol: Set of defined rules to allow communication between entities Open Systems

More information

Throughput Analysis of Many to One Multihop Wireless Mesh Ad hoc Network

Throughput Analysis of Many to One Multihop Wireless Mesh Ad hoc Network Throughput Analysis of Many to One Multihop Wireless Mesh Ad hoc Network Dr.S.Senthil Kumar,Assistant Professor, Dept of Electrical and Electronics Engineering, Government College of Engineering, Salem,India

More information

Detection and Removal of Black Hole Attack in Mobile Ad hoc Network

Detection and Removal of Black Hole Attack in Mobile Ad hoc Network Detection and Removal of Black Hole Attack in Mobile Ad hoc Network Harmandeep Kaur, Mr. Amarvir Singh Abstract A mobile ad hoc network consists of large number of inexpensive nodes which are geographically

More information

Routing Protocols in MANET: Comparative Study

Routing Protocols in MANET: Comparative Study Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 7, July 2014, pg.119

More information

ENERGY-AWARE FOR DH-AODV ROUTING PROTOCOL IN WIRELESS MESH NETWORK

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

More information

Performance Evaluation of Routing Protocols in Wireless Mesh Networks. Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela

Performance Evaluation of Routing Protocols in Wireless Mesh Networks. Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela Performance Evaluation of Routing Protocols in Wireless Mesh Networks Motlhame Edwin Sejake, Zenzo Polite Ncube and Naison Gasela Department of Computer Science, North West University, Mafikeng Campus,

More information

Index terms Wireless Mesh networks, Selective forwarding attacks, Route Reply Packet, Fuzzy Logic, Detection threshold.

Index terms Wireless Mesh networks, Selective forwarding attacks, Route Reply Packet, Fuzzy Logic, Detection threshold. Volume 4, Issue 3, March 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Fuzzy Logic

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 10, October 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2018, Vol. 4, Issue 4, 527-537. Original Article ISSN 2454-695X Mukhtiar et al. WJERT www.wjert.org SJIF Impact Factor: 5.218 RPD: RELIABLE PACKETS DELIVERY CONGESTION CONTROL SCHEME IN WIRELESS

More information

Keywords Mobile Ad hoc Networks, Multi-hop Routing, Infrastructure less, Multicast Routing, Routing.

Keywords Mobile Ad hoc Networks, Multi-hop Routing, Infrastructure less, Multicast Routing, Routing. Volume 4, Issue 7, July 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Study on Various

More information

MODIFIED VERTICAL HANDOFF DECISION ALGORITHM FOR IMPROVING QOS METRICS IN HETEROGENEOUS NETWORKS

MODIFIED VERTICAL HANDOFF DECISION ALGORITHM FOR IMPROVING QOS METRICS IN HETEROGENEOUS NETWORKS MODIFIED VERTICAL HANDOFF DECISION ALGORITHM FOR IMPROVING QOS METRICS IN HETEROGENEOUS NETWORKS 1 V.VINOTH, 2 M.LAKSHMI 1 Research Scholar, Faculty of Computing, Department of IT, Sathyabama University,

More information

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 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,

More information

Performance Analysis of Wireless Mesh Network for AODV, DSDV, DSR and AOMDV

Performance Analysis of Wireless Mesh Network for AODV, DSDV, DSR and AOMDV Performance Analysis of Wireless Mesh Network for AODV, DSDV, DSR and AOMDV 1 Anagha P. Mahajan, M.Tech,Electronics Engg(communication), Vidarbha Institute of Technology, Nagpur University, India, Email

More information

Performance Evaluation of AODV and DSDV Routing Protocol in wireless sensor network Environment

Performance Evaluation of AODV and DSDV Routing Protocol in wireless sensor network Environment 2012 International Conference on Computer Networks and Communication Systems (CNCS 2012) IPCSIT vol.35(2012) (2012) IACSIT Press, Singapore Performance Evaluation of AODV and DSDV Routing Protocol in wireless

More information

An Implementation of Cross Layer Approach to Improve TCP Performance in MANET

An Implementation of Cross Layer Approach to Improve TCP Performance in MANET An Implementation of Cross Layer Approach to Improve TCP Performance in MANET 1 Rajat Sharma Pursuing M.tech(CSE) final year from USIT(GGSIPU), Dwarka, New Delhi E-mail address: rajatfit4it@gmail.com 2

More information

Performance Evaluation of Various Routing Protocols in MANET

Performance Evaluation of Various Routing Protocols in MANET 208 Performance Evaluation of Various Routing Protocols in MANET Jaya Jacob 1,V.Seethalakshmi 2 1 II MECS,Sri Shakthi Institute of Science and Technology, Coimbatore, India 2 Associate Professor-ECE, Sri

More information

Implementation of Quality of Services (QoS) for Based Wireless Mesh Network

Implementation of Quality of Services (QoS) for Based Wireless Mesh Network Implementation of Quality of Services (QoS) for 802.16 Based Wireless Mesh Network Er. Gurpreet Kaur Research Scholar, CSE Department Guru Nanak Dev Engineering College, Ludhiana (Punjab) Er. Jasbir Singh

More information

DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK

DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK DISCOVERING OPTIMUM FORWARDER LIST IN MULTICAST WIRELESS SENSOR NETWORK G.Ratna kumar, Dr.M.Sailaja, Department(E.C.E), JNTU Kakinada,AP, India ratna_kumar43@yahoo.com, sailaja.hece@gmail.com ABSTRACT:

More information

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS

ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS ROUTE STABILITY MODEL FOR DSR IN WIRELESS ADHOC NETWORKS Ganga S 1, Binu Chandran R 2 1, 2 Mohandas College Of Engineering And Technology Abstract: Wireless Ad-Hoc Network is a collection of wireless mobile

More information

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols

A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 185-189 A Study on Mobile Internet Protocol and Mobile Adhoc Network Routing Protocols B.V. Manikyala Rao

More information

Congestions and Control Mechanisms in Wired and Wireless Networks

Congestions and Control Mechanisms in Wired and Wireless Networks Research Inventy: International Journal of Engineering And Science Vol.4, Issue 6 (June 2014), PP -57-62 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Congestions and Control Mechanisms

More information

A Survey on Path Weight Based routing Over Wireless Mesh Networks

A Survey on Path Weight Based routing Over Wireless Mesh Networks A Survey on Path Weight Based routing Over Wireless Mesh Networks Ankush Sharma Assistant Professor, Dept. Of C.S.E, Chandigarh University Gharuan, India Anuj Gupta Head C.S.E and M.C.A Dept, RIMT Mandi

More information

Analysis of Reno: A TCP Variant

Analysis of Reno: A TCP Variant International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 5, Number 3 (2012), pp. 267-277 International Research Publication House http://www.irphouse.com Analysis of Reno:

More information

A Comparative Analysis of Traffic Flows for AODV and DSDV Protocols in Manet

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

More information

ISSN: Index Terms Wireless networks, non - congestion events, packet reordering, spurious timeouts, reduce retransmissions.

ISSN: Index Terms Wireless networks, non - congestion events, packet reordering, spurious timeouts, reduce retransmissions. ISSN:2320-0790 A New TCP Algorithm to reduce the number of retransmissions in Wireless Networks A Beulah, R Nita Marie Ann Assistant Professsor, SSN College of Engineering, Chennai PG Scholar, SSN College

More information

MEASURING PERFORMANCE OF VARIANTS OF TCP CONGESTION CONTROL PROTOCOLS

MEASURING PERFORMANCE OF VARIANTS OF TCP CONGESTION CONTROL PROTOCOLS MEASURING PERFORMANCE OF VARIANTS OF TCP CONGESTION CONTROL PROTOCOLS Harjinder Kaur CSE, GZSCCET, Dabwali Road, Bathinda, Punjab, India, sidhuharryab@gmail.com Gurpreet Singh Abstract CSE, GZSCCET, Dabwali

More information

PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET

PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET PERFORMANCE EVALUATION OF DSDV, AODV ROUTING PROTOCOLS IN VANET K. Venkateswarlu 1, G. Murali 2 1 M. Tech, CSE, JNTUA College of Engineering (Pulivendula), Andhra Pradesh, India 2 Asst.Prof (HOD), CSE,

More information

TO DESIGN ENERGY EFFICIENT PROTOCOL BY FINDING BEST NEIGHBOUR FOR ZIGBEE PROTOCOL

TO DESIGN ENERGY EFFICIENT PROTOCOL BY FINDING BEST NEIGHBOUR FOR ZIGBEE PROTOCOL TO DESIGN ENERGY EFFICIENT PROTOCOL BY FINDING BEST NEIGHBOUR FOR ZIGBEE PROTOCOL 1 Mr. Sujeet D. Gawande, Prof. Amit M. Sahu 2 1 M.E. Scholar, Department of Computer Science and Engineering, G.H.R.C.E.M.,

More information

A Literature survey on Improving AODV protocol through cross layer design in MANET

A Literature survey on Improving AODV protocol through cross layer design in MANET A Literature survey on Improving AODV protocol through cross layer design in MANET Nidhishkumar P. Modi 1, Krunal J. Panchal 2 1 Department of Computer Engineering, LJIET, Gujarat, India 2 Asst.Professor,

More information

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET)

6367(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJCET) INTERNATIONAL International Journal of Computer JOURNAL Engineering OF COMPUTER and Technology ENGINEERING (IJCET), ISSN 0976- & TECHNOLOGY (IJCET) ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume 4,

More information

The Comparative Analysis of RED, GF-RED and MGF-RED for Congestion Avoidance in MANETs

The Comparative Analysis of RED, GF-RED and MGF-RED for Congestion Avoidance in MANETs I J C T A, 9(41), 2016, pp. 157-164 International Science Press ISSN: 0974-5572 The Comparative Analysis of RED, GF-RED and MGF-RED for Congestion Avoidance in MANETs Makul Mahajan 1 and Mritunjay Kumar

More information

3. Evaluation of Selected Tree and Mesh based Routing Protocols

3. Evaluation of Selected Tree and Mesh based Routing Protocols 33 3. Evaluation of Selected Tree and Mesh based Routing Protocols 3.1 Introduction Construction of best possible multicast trees and maintaining the group connections in sequence is challenging even in

More information

AR-TP: An Adaptive and Responsive Transport Protocol for Wireless Mesh Networks

AR-TP: An Adaptive and Responsive Transport Protocol for Wireless Mesh Networks AR-TP: An Adaptive and Responsive Transport Protocol for Wireless Mesh Networks Vehbi C. Gungor Broadband and Wireless Networking Laboratory School of Electrical and Computer Engineering Georgia Institute

More information

On multicast routing in wireless mesh networks

On multicast routing in wireless mesh networks Available online at www.sciencedirect.com Computer Communications 31 () 135 1399 www.elsevier.com/locate/comcom On multicast routing in wireless mesh networks Uyen Trang Nguyen * Department of Computer

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 12, December-2016 173 A Review of Various Approaches to Multipath Routing Maryada M.Tech. Student, Department of Computer Science

More information

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET

DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET DYNAMIC SEARCH TECHNIQUE USED FOR IMPROVING PASSIVE SOURCE ROUTING PROTOCOL IN MANET S. J. Sultanuddin 1 and Mohammed Ali Hussain 2 1 Department of Computer Science Engineering, Sathyabama University,

More information

GSM Based Comparative Investigation of Hybrid Routing Protocols in MANETS

GSM Based Comparative Investigation of Hybrid Routing Protocols in MANETS IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. II (May - Jun. 214), PP 82-86 GSM Based Comparative Investigation of Hybrid

More information

FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs

FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs FPOC: A Channel Assignment Strategy Using Four Partially Overlapping Channels in WMNs Yung-Chang Lin Cheng-Han Lin Wen-Shyang Hwang Ce-Kuen Shieh yaya80306@hotmail.com jhlin5@cc.kuas.edu.tw wshwang@cc.kuas.edu.tw

More information

Secure Enhanced Authenticated Routing Protocol for Mobile Ad Hoc Networks

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

More information

Performance Improvement of Wireless Network Using Modern Simulation Tools

Performance Improvement of Wireless Network Using Modern Simulation Tools Performance Improvement of Wireless Network Using Modern Simulation Tools Ms. Nimisha Dinesh Deval 1, Prof. Mrs. S. P. Pawar 2 1ME student CSE Dept, SVERIs college of Engineering, Pandharpur, Maharashtra,

More information

A load balancing interference aware routing metric (LBIARM) for multi hop wireless mesh network

A load balancing interference aware routing metric (LBIARM) for multi hop wireless mesh network International Journal of the Physical Sciences Vol. 7(3), pp. 456-461, 16 January, 2012 Available online at http://www.academicjournals.org/ijps DOI: 10.5897/IJPS11.1522 ISSN 1992-1950 2012 Academic Journals

More information

Dynamic Deferred Acknowledgment Mechanism for Improving the Performance of TCP in Multi-Hop Wireless Networks

Dynamic Deferred Acknowledgment Mechanism for Improving the Performance of TCP in Multi-Hop Wireless Networks Dynamic Deferred Acknowledgment Mechanism for Improving the Performance of TCP in Multi-Hop Wireless Networks Dodda Sunitha Dr.A.Nagaraju Dr. G.Narsimha Assistant Professor of IT Dept. Central University

More information

Performance Evaluation of CoAP and UDP using NS-2 for Fire Alarm System

Performance Evaluation of CoAP and UDP using NS-2 for Fire Alarm System Indian Journal of Science and Technology, Vol 9(20), DOI: 10.17485/ijst/2016/v9i20/92603, May 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Performance Evaluation of CoAP and UDP using NS-2 for

More information

A Reliable And Trusted Routing Scheme In Wireless Mesh Network

A Reliable And Trusted Routing Scheme In Wireless Mesh Network INTERNATIONAL JOURNAL OF TECHNOLOGY ENHANCEMENTS AND EMERGING ENGINEERING RESEARCH, VOL 3, ISSUE 04 135 A Reliable And Trusted Routing Scheme In Wireless Mesh Network Syed Yasmeen Shahdad, Gulshan Amin,

More information

Rate Based Pacing with Various TCP Variants

Rate Based Pacing with Various TCP Variants International OPEN ACCESS Journal ISSN: 2249-6645 Of Modern Engineering Research (IJMER) Rate Based Pacing with Various TCP Variants Mr. Sreekanth Bandi 1, Mr.K.M.Rayudu 2 1 Asst.Professor, Dept of CSE,

More information

Multicast Routing with Load Balancing in Multi-Channel Multi-Radio Wireless Mesh Networks

Multicast Routing with Load Balancing in Multi-Channel Multi-Radio Wireless Mesh Networks (IJACSA) International Journal of Advanced Computer Science and Applications, Multicast Routing with Load Balancing in Multi-Channel Multi-Radio Wireless Mesh Networks Atena Asami, Majid Asadi Shahmirzadi,

More information

GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT Department of Computer Science and Engineering COURSE PLAN

GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT Department of Computer Science and Engineering COURSE PLAN Appendix - C GOPALAN COLLEGE OF ENGINEERING AND MANAGEMENT Department of Computer Science and Engineering Academic Year: 2016-17 Semester: EVEN COURSE PLAN Semester: VI Subject Code& Name: 10CS64 & Computer

More information

Dr.S.Ravi 1, A. Ramasubba Reddy 2, Dr.V.Jeyalakshmi 3 2 PG Student- M.Tech. VLSI and Embedded System 1, 3 Professor

Dr.S.Ravi 1, A. Ramasubba Reddy 2, Dr.V.Jeyalakshmi 3 2 PG Student- M.Tech. VLSI and Embedded System 1, 3 Professor RSVP Protocol Used in Real Time Application Networks Dr.S.Ravi 1, A. Ramasubba Reddy 2, Dr.V.Jeyalakshmi 3 2 PG Student- M.Tech. VLSI and Embedded System 1, 3 Professor Dept. Electronics and Communication

More information

Efficient Routing Algorithm for MANET using Grid FSR

Efficient Routing Algorithm for MANET using Grid FSR 2011 International Conference on Advancements in Information Technology With workshop of ICBMG 2011 IPCSIT vol.20 (2011) (2011) IACSIT Press, Singapore Efficient Routing Algorithm for MANET using Grid

More information

Performance Enhancement Of TCP For Wireless Network

Performance Enhancement Of TCP For Wireless Network P a g e 32 Vol. 10 Issue 12 (Ver. 1.0) October 2010 Global Journal of Computer Science and Technology Performance Enhancement Of TCP For Wireless Network 1 Pranab Kumar Dhar, 2 Mohammad Ibrahim Khan, 3

More information

SUMMERY, CONCLUSIONS AND FUTURE WORK

SUMMERY, CONCLUSIONS AND FUTURE WORK Chapter - 6 SUMMERY, CONCLUSIONS AND FUTURE WORK The entire Research Work on On-Demand Routing in Multi-Hop Wireless Mobile Ad hoc Networks has been presented in simplified and easy-to-read form in six

More information

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL)

(INTERFERENCE AND CONGESTION AWARE ROUTING PROTOCOL) Qos of Network Using Advanced Hybrid Routing in WMN, Abstract - Maximizing the network throughput in a multichannel multiradio wireless mesh network various efforts have been devoted. The recent solutions

More information

Anil Saini Ph.D. Research Scholar Department of Comp. Sci. & Applns, India. Keywords AODV, CBR, DSDV, DSR, MANETs, PDF, Pause Time, Speed, Throughput.

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

More information

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s

Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s Performance Evaluation of Mesh - Based Multicast Routing Protocols in MANET s M. Nagaratna Assistant Professor Dept. of CSE JNTUH, Hyderabad, India V. Kamakshi Prasad Prof & Additional Cont. of. Examinations

More information

Performance Evaluation of AODV DSDV and OLSR Routing Protocols with Varying FTP Connections in MANET

Performance Evaluation of AODV DSDV and OLSR Routing Protocols with Varying FTP Connections in MANET Performance Evaluation of AODV DSDV and OLSR Protocols with Varying FTP Connections in MANET Alok Upadhyay, Rupali Phatak Research Scholar, Asst. Professor -Department of Electronics & Communication Engineering

More information

Chapter 7 CONCLUSION

Chapter 7 CONCLUSION 97 Chapter 7 CONCLUSION 7.1. Introduction A Mobile Ad-hoc Network (MANET) could be considered as network of mobile nodes which communicate with each other without any fixed infrastructure. The nodes in

More information

A Hybrid Routing Protocol for Ad-hoc Wireless Network Based on Proactive and Reactive Routing Schemes

A Hybrid Routing Protocol for Ad-hoc Wireless Network Based on Proactive and Reactive Routing Schemes A Hybrid Routing Protocol for Ad-hoc Wireless Network Based on Proactive and Reactive Routing Schemes Chetana K. Kamate, Dr. Santosh L. Deshpande Department P.G. Studies in Computer Network and Engineering,

More information

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 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

More information

ICS 351: Today's plan. OSPF BGP Routing in general routing protocol comparison encapsulation network dynamics

ICS 351: Today's plan. OSPF BGP Routing in general routing protocol comparison encapsulation network dynamics ICS 351: Today's plan OSPF BGP Routing in general routing protocol comparison encapsulation network dynamics OSPF OSPF generally used within a single Autonomous System (AS), i.e. within an organization

More information

IJMIE Volume 2, Issue 6 ISSN:

IJMIE Volume 2, Issue 6 ISSN: Network Simulation Based Parametric Analysis of AODV Protocol for Wireless Mobile Ad-hoc Network Mr. Amol V. Zade* Prof. Vijaya K. Shandilya** Abstract: A major aspect of ad-hoc networks is that the nodes

More information

Performance Analysis and Enhancement of Routing Protocol in Manet

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

More information

Using Orthogonal Channels for Supporting Multicast Service in Multi-channel Wireless Mesh Networks

Using Orthogonal Channels for Supporting Multicast Service in Multi-channel Wireless Mesh Networks Using Orthogonal Channels for Supporting Multicast Service in Multi-channel Wireless Mesh Networks ABSTRACT Abbas Nargesi 1 and Mehdi Ghasemi 2 1 Department of IT Engineering, Azad University, Qazvin,

More information

TCP over Wireless PROF. MICHAEL TSAI 2016/6/3

TCP over Wireless PROF. MICHAEL TSAI 2016/6/3 TCP over Wireless PROF. MICHAEL TSAI 2016/6/3 2 TCP Congestion Control (TCP Tahoe) Only ACK correctly received packets Congestion Window Size: Maximum number of bytes that can be sent without receiving

More information

Journal of Wireless Sensor Networks. Wireless Mesh Network Routing Protocol Challenges -Traffic Engineering Solution

Journal of Wireless Sensor Networks. Wireless Mesh Network Routing Protocol Challenges -Traffic Engineering Solution JWSN 2016, 3, 1-0017 Journal of Wireless Sensor Networks ISSN: 2001-6417 www.wsn-journal.com Article Wireless Mesh Network Routing Protocol Challenges -Traffic Engineering Solution Okechukwu Emmanuel Muogilim

More information

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks

Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Presenting a multicast routing protocol for enhanced efficiency in mobile ad-hoc networks Mehdi Jalili, Islamic Azad University, Shabestar Branch, Shabestar, Iran mehdijalili2000@gmail.com Mohammad Ali

More information

Different QoS Based TORA Reactive Routing Protocol using OPNET 14.5

Different QoS Based TORA Reactive Routing Protocol using OPNET 14.5 Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 6, June 2014, pg.907

More information

A Cross-layer Scheme for TCP Performance Improvement in Wireless LANs

A Cross-layer Scheme for TCP Performance Improvement in Wireless LANs A Cross-layer Scheme for TCP Performance Improvement in Wireless LANs Dzmitry Kliazovich and Fabrizio Granelli DIT - University of Trento Via Sommarive 14, I-38050 Trento, ITALY E-mail: [klezovic,granelli]@dit.unitn.it

More information

Accurate Assessment of Link Loss Rate in Wireless Mesh Networks

Accurate Assessment of Link Loss Rate in Wireless Mesh Networks Accurate Assessment of Link Loss Rate in Wireless Mesh Networks Bing Qi, Saad Biaz qibing1@auburn.edu, biazsaa@auburn.edu Technical Report CSSE08-02 Dept. of Computer Science and Software Engineering Auburn

More information

CLASSIFICATION OF ROUTING Routing. Fig.1 Types of routing

CLASSIFICATION OF ROUTING Routing. Fig.1 Types of routing Volume 5, Issue 5, MAY 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Survey on Unicast

More information

Performance Analysis of TCP LBA and TCP TAHOE Approaches in g Standard Savreet KaurBrar 1, Sandeep Singh Kang 2

Performance Analysis of TCP LBA and TCP TAHOE Approaches in g Standard Savreet KaurBrar 1, Sandeep Singh Kang 2 Performance Analysis of TCP LBA and TCP TAHOE Approaches in 802.11g Standard Savreet KaurBrar 1, Sandeep Singh Kang 2 1 (MTechCSE Student, Chandigarh Engineering College Landran,India) 2 (Associate Professor

More information

Lecture 13: Routing in multihop wireless networks. Mythili Vutukuru CS 653 Spring 2014 March 3, Monday

Lecture 13: Routing in multihop wireless networks. Mythili Vutukuru CS 653 Spring 2014 March 3, Monday Lecture 13: Routing in multihop wireless networks Mythili Vutukuru CS 653 Spring 2014 March 3, Monday Routing in multihop networks Figure out a path from source to destination. Basic techniques of routing

More information

Comprehensive Study and Review Various Routing Protocols in MANET

Comprehensive Study and Review Various Routing Protocols in MANET 126 Comprehensive Study and Review Various Routing Protocols in MANET Prabhjot Kaur 1, Preet Bala 2 M-Tech Student(CSE), GZS PTU CAMPUS, Bathinda Prabhjot6996@gmail.com Dr. Shaveta Rani, Dr. Paramjeet

More information

Energy Efficient EE-DSR Protocol for MANET

Energy Efficient EE-DSR Protocol for MANET Energy Efficient EE- Protocol for MANET 1 Mr. Prakash Patel, 2 Ms. Tarulata Chauhan 1 Department of Computer engineering, 1 LJ Institute of Technology, Ahmedabad, India 1 prakashpmp1990@gmail.com, 2 taruchauhan114@gmail.com

More information

Expected Path Bandwidth Based Efficient Routing Mechanism in Wireless Mesh Network

Expected Path Bandwidth Based Efficient Routing Mechanism in Wireless Mesh Network Expected Path Bandwidth Based Efficient Routing Mechanism in Wireless Mesh Network K Anandkumar, D.Vijendra Babu PG Student, Chennai, India Head, Chennai, India ABSTRACT : Wireless mesh networks (WMNs)

More information

COMPUTER NETWORK. Homework #3. Due Date: May 22, 2017 in class

COMPUTER NETWORK. Homework #3. Due Date: May 22, 2017 in class Computer Network Homework#2 COMPUTER NETWORK Homework #3 Due Date: May 22, 2017 in class Question 1 Host A and B are communicating over a TCP connection, and Host B has already received from A all bytes

More information