SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 603
Reliable Metrics for Wireless Mesh Network
Maya Chaugule 1, Anuradha Desai2
1(Asst. Professor, Department of E&C, K.L.S.’s Gogte Institute of Technology, Belgaum, India)
2(Lecturer, Department of CS, K.L.S.’s Shri Vasantrao Potdar Polytechnic, Belgaum, India)
---------------------------------------------------------------------***-------------------------------------------------------------------
ABSTRACT: Wireless mesh network is progressing
technology in the field of wireless networking. WMN is
wide spreading network due to its advantages such as
low deployment cost, easy maintenance, scalability,
reliable service coverage and high performance. It is
compatible and interoperable with existing wireless
networks. Wireless mesh network is based on IEEE
802.11 standard according to which the packet
delivered must be acknowledged. The quality of service
(QoS) and throughput of the network in WMNs can be
enhanced by using layer routing metrics. The routing
metrics developed for ad hoc network can be applied for
wireless mesh network as it shares some features of ad
hoc network. Existing routing protocols must include
some performance metric such as the power
requirements and mobility. This article represents
qualitative comparison of existing routing metrics
Expected transmission count [ETX], Expected
Transmission time [ETT], load aware expected
transmission time [LAETT]. Comparative analysis of
Metrics is evaluated through simulation by considering
performance metrics like packet delivery ratio, average
throughput, bandwidth utilization.
Keywords - layer Metric, wireless mesh network.
I. INTRODUCTION
Wireless Mesh Network (WMN) is an emerging
technology making progress in the field of wireless
networking. It is expected to be widespread due to low
deployment cost, easy network maintenance, robustness,
scalability, reliable service coverage and high performance.
WMN has self-configurable ability and self-healing
ability.WMN consists of wireless nodes organized in an
arbitrary mesh topology. The three types of nodes in WMN
are mesh clients, mesh routers and gateways. Mesh clients
are the end user devices such as laptops, smart phones and
so on. Mesh routers are the devices that forward traffic to
and from the gateways with the help of routing tables.
Gateways are the routers with direct access to the wired
infrastructure or Internet. The network topology of a
typical wireless mesh network is as shown in Figure 1.
Wireless mesh networks are an innovative
network technology that has emerged recent years.
Wireless mesh network have many advantages like
dynamic self organization, self configuration, high
scalability, low cost and easy maintenance. Applications
where wireless mesh technology is more suitable are: 1)
Areas where extensive coverage requires, like offices
campus networking stadiums.2) Areas where wired
connections are difficult to structure such as highways,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 604
rural areas. 3) In emergencies like fire fighting, disaster
recovery, military operations.
Figure1.Wireless mesh network.
Wireless mesh networks are classified in three
types: 1) Client WMN provides peer-to-peer networking
facility between the client nodes.Client nodes is normally
single radio devices with optional routing capability
depending on the end user requirements. Client WMNs are
very simple to design but scalability and limited resource
allocation are the critical issues which may cause
throughput degradation in the network. 2) Hierarchical
WMNs consist of a hierarchy in which mesh gateway
routers are at the top with bridging functionality for
backhaul internet connectivity, mesh routers are in the
middle with self configuring and self healing functionality
to act as a network backbone and mesh clients are at the
bottom to serve as an end user.3) Hybrid WMNs consist of
both hierarchical and client architectures. Mesh routers
are equipped with the bridging functionality in order to
integrate with other networks like wired networks. [1]
Wireless mesh network and ad hoc network have
some features in common, thus the routing protocols
developed for ad hoc network can be applied for Wireless
mesh network. But these routing protocols must include
some performance metrics; since the power requirements
and mobility features of wireless mesh networks are
different from ad hoc networks [1] Routing is an important
process for quality of service and efficient utilization of
bandwidth. To maximize the bandwidth utilization
and to improve network capacity, channel assignment is
used in multichannel wireless mesh network. Channel
assignment minimizes the overall interference. The key
components used to compose routing metrics are (1)
Throughput, which can be calculated by the number of
received packets in a particular time (finish time-start
time). (2)Packet Loss Rate (PLR) is the ratio of, the number
of packets broadcasted in a particular time to the number
of packets reported. (3)Expected transmission count (ETX)
is a measure of link quality. It considers the number of
unicast packets need to be transmitted at the MAC layer to
traverse the link successfully. [2]. EXT design does not
mention that different communication links may have
different transmission rates which is considered for (4)
Expected Transmission time [ETT], (5) load aware
expected transmission time [LAETT],Load aware expected
transmission time (LAETT) has incorporated the load
balancing and link quality component in ETT to remove
the drawback of ETT
INTERN
ET
T
I
G
W
I
G
W
I
G
W
M
R
M
R
M
R
M
R
MC
MC
MC
MC
MC
IGW-Internet
gateway
MR-Mesh router
MC-Mesh Client
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 605
II. ROUTING METRICS
Routing metrics play a critical role in path selection
and in route optimization in MCMR WMNs. Routing
metrics are composed of set of parameters capture at
different layers.
1. Expected transmission count (ETX): is defined as
the number of expected transmission plus retransmissions
required to successfully deliver a packet over a wireless
link. If forward delivery ratio dfwd , i.e., probability that the
packet successfully received at destination node and
reverse delivery ratio drvs , i.e., probability that
acknowledgment of the packet successfully received at
source node, then ETX of the link is calculated as follows:
ETX = 1 /dfwd.drvs
ETX metric has significantly improved
performance over minimum hop count routing metric ETX
develop its design foundation on delivery ratios which
truly effects the throughput as compared to minimum hop
count metric. Furthermore, ETX take account of
asymmetry of links in a duplex manner by considering the
loss ratios.
2. Expected Transmission Time (ETT): IEEE 802.11
MAC layer protocols have multi rate transmission ability
which has increased the throughput of the wireless
networks significantly .EXT design does not mention that
different communication links may have different
transmission rates. ETX was developed only by
considering the average channel conditions. To solve the
problems of ETX, expected transmission time (ETT) was
designed which has significantly enhanced the
performance of ETX by measuring the transmission rate of
each individual link. ETT is defined as follows:
ETT=∑ ETXi (S/Bi)
Where S is the packet size, pj is the rate of packet loss and
Bj is the transmission rate of link j. The main idea behind
the design of ETT metric is the use of multi radios in multi
hop wireless networks to enhance the network
performance. ETT is the combination of packet loss rate
and transmission rate of each individual link. ETT is an
enhanced version of ETX with improved performance but
still inherit the drawbacks of ETX being unaware of traffic
load, intra-flow interference, inter-flow interference and
channel diversity in WMNs. The design of ETT does not
capture the losses due to contention caused by the traffic
generated by the neighboring nodes. The traffic generated
from the neighboring nodes contributes in the losses in
two ways. First, it causes increase in collision which
definitely increases the packet loss ratio. Secondly, it
consumes the channel bandwidth. Active probing
mechanism implemented in the design of ETT to capture
the transmission rate may lead to over estimation during
the time when the communication channels are quite
busy.ETT is a metric that has been designed over ETX by
adding bandwidth to ETX compute. ETT is an
improvement over ETX as it includes the bandwidth in its
computation [4].
3. Load aware expected transmission time (LAETT):
It has incorporated the load balancing and link quality
component in ETT to remove the drawback of ETT [10].
Load aware ETT is a combination of ETT and remaining
capacity (RC) on the node. RC of link is used as load aware
parameter to balance the traffic on the network. If two
paths have same value of ETX then LAETT will prefer the
paths having high value of RC. Loop free route or isotonic
nature of the LAETT is due to the fact that it calculates the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 606
weights on each link. RC is designed to capture the total
loads on the links and is defined as follows:
RCj=Bj-∑(fjk.yjk)
Where fjk represents the transmission rates of the Nj
flows,i.e., total number of current flows passing through
node j.Bj indicates the transmission rate of node j and link
quality factor of node j is represented by yjk.
LAETT is defined as follows:
LAETTij=ETXij*S/ ((RCi +RCj)/2yij)
Whereas Yij is a link quality factor, RCi and RCj are the RC
of the node i and j, respectively. Practically RC is calculated
at layer 2 by measuring the free slots and completed slots
provided by the modulation scheme in use. Transmission
rate measurements in LAETT are carried out with the help
of total number of flows passing across the node and are
assumed to be of same data rate. This is actually not true in
relation with the wireless networks as the data rates vary
because of congestion and interference over the links from
time to time. Moreover, different radios and applications
utilizing the network have different transmission rate.
Probing mechanism used in the design of LAETT to
measure ETX may result in underestimation of the link
quality.
III. METRICS ANALYSIS
Routing metrics for WMNs utilize transmission
rate, packet loss ratio, and delay parameters to capture the
link quality of the link, e.g., ETX, These routing metrics are
simple in design and easy to implement in the routing
protocol but they lack in capturing the load and aware
parameters of the links. ETT metrics considers
transmission rate with packet loss ratio, but lags behind in
case of load aware. Load aware routing metrics, LAETT
capture the traffic concentration and congestion
parameters at node level to introduce load awareness in
the routing which has a significant effect especially in
multi casting and real time applications. ETX, ETT, LAETT
are analyzed with performance parameters Packet
delivery ratio, Throughput and bandwidth Utilization.
Packet Delivery Ratio: Packet delivery ratio is defined as
the ratio of successfully delivered data packets.
Throughput: Throughput is the total data packets
received by the receiver at a particular Unit
Time.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 607
Bandwidth utilization: bandwidth utilization is defined
as the efficient use of available bandwidth to achieve
specific goal.
IV. Conclusion
Quality of service is deployed by routing metrics
in wireless mesh network ETX is routing metric simple in
design and easy to implement in the routing protocol but
they lack in capturing the load and interference aware
parameters of the links. ETT is a metric that has been
designed over ETX by adding bandwidth to ETX .ETT is an
improvement over ETX as it includes the bandwidth in its
computation. Load aware expected transmission time
(LAETT) has incorporated the load balancing and link
quality component in ETT to remove the drawback of ETT.
ETT and LAETT show maximum packet delivery ratio,
good average throughput, and efficient utilization of
bandwidth as compared to ETX metrics.
References
[1] I.F Akyildiz and Wang, A Survey on Wireless Mesh
Networks (IEEE commun.Mag vol. 43, no.9, pp.s23-s30,
sep.2005).
[2] Sakhapure S.S.,Channe H, A Cross Layer Routing
Approach In Self Configurable Wireless Mesh Networks,
International journal of engineering research and
technology (IJRET) vol.1 Issues 8,October-2012 ISSN:2278
-0181.
[3] Stefano Paris,Cristina Nita –Rotaru, Fabio Martignon
and Antonio Capone, Cross Layer Metrics For Reliable
Routing In Wireless Mesh Network.
[4] MdAsri Bin NgadiSaquib Ali Abdul Hanan Abdullah and
Rashid Hafeez Khokhar, A Taxanomy Of Cross Layer
Routing Metrics for Wireless Mesh Network.
[5] Jaydip Sen. and Kaustav Goswami, An Algorithm for
Detection of Selfish Nodes in Wireless Mesh
Network,Innovations labs TCS.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 608
[6] Xiaolin Cheng, Prasant Mohapatra, Retransmission-
Aware Queuing and Routing For Video Streaming In
Wireless Mesh Networks.
[7] Vighneshwar Rao Gannapathy Ahamed Fayeez Bin
Tuani Ibrahim Zahirlahda Bin Zakaria, An Enhancement of
RTS/CTS Control Handshake in CSMA/CA Based MAC
Protocol for an Efficient Delivery over Multihop Network,
International Journal of Research in Engineering and
Technology ISSN 2319-1163/pISSN 2321 -7308.
[8]Wireless Mesh Networks: WMN Overview, WMN
Architecture, International Conference on Communication
Engineering and Networks IPCSIT Vol.19 2011, IACSIT
Press, Singapore.
[9] Stefano Paris Cistina Nita Rotaru Senior Member IEEE,
EFW Cross Layer Metrics for Reliable Routing In Wireless
Mesh Network With Selfish Participants.

More Related Content

What's hot

A Review on Congestion Control using AODV and Enhance AODV
A Review on Congestion Control using AODV and Enhance AODV          A Review on Congestion Control using AODV and Enhance AODV
A Review on Congestion Control using AODV and Enhance AODV
IRJET Journal
 
WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF
WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF
WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF
ijwmn
 
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
IRJET Journal
 
A02100108
A02100108A02100108
A02100108
researchinventy
 
E1073644
E1073644E1073644
E1073644
IJERD Editor
 
A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...
A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...
A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...
International Journal of Technical Research & Application
 
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
IAEME Publication
 
Local Restoration in Metro Ethernet Networks for Multiple Link Failures
Local Restoration in Metro Ethernet Networks for Multiple Link FailuresLocal Restoration in Metro Ethernet Networks for Multiple Link Failures
Local Restoration in Metro Ethernet Networks for Multiple Link Failures
Editor IJCATR
 
50120130405022
5012013040502250120130405022
50120130405022
IAEME Publication
 
IEEE 802.11n Based Wireless Backhaul Enabled by Dual Channel IPT (DCH-IPT) Fo...
IEEE 802.11n Based Wireless Backhaul Enabled by Dual Channel IPT (DCH-IPT) Fo...IEEE 802.11n Based Wireless Backhaul Enabled by Dual Channel IPT (DCH-IPT) Fo...
IEEE 802.11n Based Wireless Backhaul Enabled by Dual Channel IPT (DCH-IPT) Fo...
CSCJournals
 
Traffic Engineering in Metro Ethernet
Traffic Engineering in Metro EthernetTraffic Engineering in Metro Ethernet
Traffic Engineering in Metro Ethernet
CSCJournals
 
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
csandit
 
Ensuring the Adaptive Path for the Routing in 5g Wireless Network
Ensuring the Adaptive Path for the Routing in 5g Wireless NetworkEnsuring the Adaptive Path for the Routing in 5g Wireless Network
Ensuring the Adaptive Path for the Routing in 5g Wireless Network
IJSRED
 
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNsA Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
ijsrd.com
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANET
IRJET Journal
 
Investigation of Clock Synchronization Techniques and its Performance Impact ...
Investigation of Clock Synchronization Techniques and its Performance Impact ...Investigation of Clock Synchronization Techniques and its Performance Impact ...
Investigation of Clock Synchronization Techniques and its Performance Impact ...
ijctet
 
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT ForwardingAn Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
CSCJournals
 
ICICCE011
ICICCE011ICICCE011
ICICCE011
IJTET Journal
 
2 sima singh-6-13
2 sima singh-6-132 sima singh-6-13
2 sima singh-6-13
Alexander Decker
 
Improved Good put using Harvest-Then-Transmit Protocol for Video Transfer
Improved Good put using Harvest-Then-Transmit Protocol for Video TransferImproved Good put using Harvest-Then-Transmit Protocol for Video Transfer
Improved Good put using Harvest-Then-Transmit Protocol for Video Transfer
Eswar Publications
 

What's hot (20)

A Review on Congestion Control using AODV and Enhance AODV
A Review on Congestion Control using AODV and Enhance AODV          A Review on Congestion Control using AODV and Enhance AODV
A Review on Congestion Control using AODV and Enhance AODV
 
WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF
WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF
WIRELESS MESH NETWORKS CAPACITY IMPROVEMENT USING CBF
 
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
Performance Measurement of QoS Parameters of Throughput Enhanced Wireless in ...
 
A02100108
A02100108A02100108
A02100108
 
E1073644
E1073644E1073644
E1073644
 
A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...
A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...
A NETWORK DATA AND COMMUNICATION ANALYSIS BASED COMBINED APPROACH TO IMPROVE ...
 
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
Dynamic cluster based adaptive gateway discovery mechanisms in an integrated ...
 
Local Restoration in Metro Ethernet Networks for Multiple Link Failures
Local Restoration in Metro Ethernet Networks for Multiple Link FailuresLocal Restoration in Metro Ethernet Networks for Multiple Link Failures
Local Restoration in Metro Ethernet Networks for Multiple Link Failures
 
50120130405022
5012013040502250120130405022
50120130405022
 
IEEE 802.11n Based Wireless Backhaul Enabled by Dual Channel IPT (DCH-IPT) Fo...
IEEE 802.11n Based Wireless Backhaul Enabled by Dual Channel IPT (DCH-IPT) Fo...IEEE 802.11n Based Wireless Backhaul Enabled by Dual Channel IPT (DCH-IPT) Fo...
IEEE 802.11n Based Wireless Backhaul Enabled by Dual Channel IPT (DCH-IPT) Fo...
 
Traffic Engineering in Metro Ethernet
Traffic Engineering in Metro EthernetTraffic Engineering in Metro Ethernet
Traffic Engineering in Metro Ethernet
 
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
JCWAEED: JOINT CHANNEL ASSIGNMENT AND WEIGHTED AVERAGE EXPECTED END-TO-END DE...
 
Ensuring the Adaptive Path for the Routing in 5g Wireless Network
Ensuring the Adaptive Path for the Routing in 5g Wireless NetworkEnsuring the Adaptive Path for the Routing in 5g Wireless Network
Ensuring the Adaptive Path for the Routing in 5g Wireless Network
 
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNsA Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
A Survey of Various Routing and Channel Assignment Strategies for MR-MC WMNs
 
The Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANETThe Hybrid AODV routing protocol for path establishment in MANET
The Hybrid AODV routing protocol for path establishment in MANET
 
Investigation of Clock Synchronization Techniques and its Performance Impact ...
Investigation of Clock Synchronization Techniques and its Performance Impact ...Investigation of Clock Synchronization Techniques and its Performance Impact ...
Investigation of Clock Synchronization Techniques and its Performance Impact ...
 
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT ForwardingAn Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
An Efficient Wireless Backhaul Utilizing MIMO Transmission and IPT Forwarding
 
ICICCE011
ICICCE011ICICCE011
ICICCE011
 
2 sima singh-6-13
2 sima singh-6-132 sima singh-6-13
2 sima singh-6-13
 
Improved Good put using Harvest-Then-Transmit Protocol for Video Transfer
Improved Good put using Harvest-Then-Transmit Protocol for Video TransferImproved Good put using Harvest-Then-Transmit Protocol for Video Transfer
Improved Good put using Harvest-Then-Transmit Protocol for Video Transfer
 

Similar to Reliable Metrics for Wireless Mesh Network

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
A study on cross layer metrics of wireless mesh network
A study on cross layer metrics of wireless mesh networkA study on cross layer metrics of wireless mesh network
A study on cross layer metrics of wireless mesh network
eSAT Publishing House
 
Analysis of data transmission in wireless lan for 802.11
Analysis of data transmission in wireless lan for 802.11Analysis of data transmission in wireless lan for 802.11
Analysis of data transmission in wireless lan for 802.11
eSAT Publishing House
 
Analysis of data transmission in wireless lan for 802.11 e2 et
Analysis of data transmission in wireless lan for 802.11 e2 etAnalysis of data transmission in wireless lan for 802.11 e2 et
Analysis of data transmission in wireless lan for 802.11 e2 et
eSAT Journals
 
Efficient and stable route selection by using cross layer concept for highly...
 Efficient and stable route selection by using cross layer concept for highly... Efficient and stable route selection by using cross layer concept for highly...
Efficient and stable route selection by using cross layer concept for highly...
Roopali Singh
 
Performance and statistical analysis of ant colony route in mobile ad-hoc ne...
Performance and statistical analysis of ant colony route in  mobile ad-hoc ne...Performance and statistical analysis of ant colony route in  mobile ad-hoc ne...
Performance and statistical analysis of ant colony route in mobile ad-hoc ne...
IJECEIAES
 
To Design a Hybrid Algorithm to Detect and Eliminate Wormhole Attack in Wirel...
To Design a Hybrid Algorithm to Detect and Eliminate Wormhole Attack in Wirel...To Design a Hybrid Algorithm to Detect and Eliminate Wormhole Attack in Wirel...
To Design a Hybrid Algorithm to Detect and Eliminate Wormhole Attack in Wirel...
IRJET Journal
 
IRJET- Cross-Layer Design for Energy Efficient Multi-Cast Routing Protoco...
IRJET-  	  Cross-Layer Design for Energy Efficient Multi-Cast Routing Protoco...IRJET-  	  Cross-Layer Design for Energy Efficient Multi-Cast Routing Protoco...
IRJET- Cross-Layer Design for Energy Efficient Multi-Cast Routing Protoco...
IRJET Journal
 
Opnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo sOpnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo s
eSAT Publishing House
 
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET Journal
 
The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...
IJCNCJournal
 
Network on Chip Architecture and Routing Techniques: A survey
Network on Chip Architecture and Routing Techniques: A surveyNetwork on Chip Architecture and Routing Techniques: A survey
Network on Chip Architecture and Routing Techniques: A survey
IJRES Journal
 
Comparison between Conventional Network and ANN with Case Study
Comparison between Conventional Network and ANN with Case Study Comparison between Conventional Network and ANN with Case Study
Comparison between Conventional Network and ANN with Case Study
IRJET Journal
 
IRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of ManetsIRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET Journal
 
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc NetworkIRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
IRJET Journal
 
Bb2641284132
Bb2641284132Bb2641284132
Bb2641284132
IJMER
 
Performance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor NetworksPerformance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor Networks
IJMER
 
Reliable and efficient data dissemination scheme in VANET: a review
Reliable and efficient data dissemination scheme in VANET:  a review Reliable and efficient data dissemination scheme in VANET:  a review
Reliable and efficient data dissemination scheme in VANET: a review
IJECEIAES
 
A novel approach to develop a reliable routing protocol for wireless mesh net...
A novel approach to develop a reliable routing protocol for wireless mesh net...A novel approach to develop a reliable routing protocol for wireless mesh net...
A novel approach to develop a reliable routing protocol for wireless mesh net...
eSAT Journals
 
Cross Layer- Performance Enhancement Architecture (CL-PEA) for MANET
Cross Layer- Performance Enhancement Architecture (CL-PEA) for MANETCross Layer- Performance Enhancement Architecture (CL-PEA) for MANET
Cross Layer- Performance Enhancement Architecture (CL-PEA) for MANET
ijcncs
 

Similar to Reliable Metrics for Wireless Mesh Network (20)

International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
A study on cross layer metrics of wireless mesh network
A study on cross layer metrics of wireless mesh networkA study on cross layer metrics of wireless mesh network
A study on cross layer metrics of wireless mesh network
 
Analysis of data transmission in wireless lan for 802.11
Analysis of data transmission in wireless lan for 802.11Analysis of data transmission in wireless lan for 802.11
Analysis of data transmission in wireless lan for 802.11
 
Analysis of data transmission in wireless lan for 802.11 e2 et
Analysis of data transmission in wireless lan for 802.11 e2 etAnalysis of data transmission in wireless lan for 802.11 e2 et
Analysis of data transmission in wireless lan for 802.11 e2 et
 
Efficient and stable route selection by using cross layer concept for highly...
 Efficient and stable route selection by using cross layer concept for highly... Efficient and stable route selection by using cross layer concept for highly...
Efficient and stable route selection by using cross layer concept for highly...
 
Performance and statistical analysis of ant colony route in mobile ad-hoc ne...
Performance and statistical analysis of ant colony route in  mobile ad-hoc ne...Performance and statistical analysis of ant colony route in  mobile ad-hoc ne...
Performance and statistical analysis of ant colony route in mobile ad-hoc ne...
 
To Design a Hybrid Algorithm to Detect and Eliminate Wormhole Attack in Wirel...
To Design a Hybrid Algorithm to Detect and Eliminate Wormhole Attack in Wirel...To Design a Hybrid Algorithm to Detect and Eliminate Wormhole Attack in Wirel...
To Design a Hybrid Algorithm to Detect and Eliminate Wormhole Attack in Wirel...
 
IRJET- Cross-Layer Design for Energy Efficient Multi-Cast Routing Protoco...
IRJET-  	  Cross-Layer Design for Energy Efficient Multi-Cast Routing Protoco...IRJET-  	  Cross-Layer Design for Energy Efficient Multi-Cast Routing Protoco...
IRJET- Cross-Layer Design for Energy Efficient Multi-Cast Routing Protoco...
 
Opnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo sOpnet based simulation and investigation of wimax network using different qo s
Opnet based simulation and investigation of wimax network using different qo s
 
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
IRJET- Comparative Performance Analysis of Routing Protocols in Manet using NS-2
 
The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...
 
Network on Chip Architecture and Routing Techniques: A survey
Network on Chip Architecture and Routing Techniques: A surveyNetwork on Chip Architecture and Routing Techniques: A survey
Network on Chip Architecture and Routing Techniques: A survey
 
Comparison between Conventional Network and ANN with Case Study
Comparison between Conventional Network and ANN with Case Study Comparison between Conventional Network and ANN with Case Study
Comparison between Conventional Network and ANN with Case Study
 
IRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of ManetsIRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
IRJET- Energy Efficient Reactive Routing to Enhance QOS of Manets
 
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc NetworkIRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
IRJET-A_AODV: A Modern Routing Algorithm for Mobile Ad-Hoc Network
 
Bb2641284132
Bb2641284132Bb2641284132
Bb2641284132
 
Performance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor NetworksPerformance Analysis of Routing Metrics for Wireless Sensor Networks
Performance Analysis of Routing Metrics for Wireless Sensor Networks
 
Reliable and efficient data dissemination scheme in VANET: a review
Reliable and efficient data dissemination scheme in VANET:  a review Reliable and efficient data dissemination scheme in VANET:  a review
Reliable and efficient data dissemination scheme in VANET: a review
 
A novel approach to develop a reliable routing protocol for wireless mesh net...
A novel approach to develop a reliable routing protocol for wireless mesh net...A novel approach to develop a reliable routing protocol for wireless mesh net...
A novel approach to develop a reliable routing protocol for wireless mesh net...
 
Cross Layer- Performance Enhancement Architecture (CL-PEA) for MANET
Cross Layer- Performance Enhancement Architecture (CL-PEA) for MANETCross Layer- Performance Enhancement Architecture (CL-PEA) for MANET
Cross Layer- Performance Enhancement Architecture (CL-PEA) for MANET
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
TaghreedAltamimi
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
RamonNovais6
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
gowrishankartb2005
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
SakkaravarthiShanmug
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 

Recently uploaded (20)

john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Material for memory and display system h
Material for memory and display system hMaterial for memory and display system h
Material for memory and display system h
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 

Reliable Metrics for Wireless Mesh Network

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 603 Reliable Metrics for Wireless Mesh Network Maya Chaugule 1, Anuradha Desai2 1(Asst. Professor, Department of E&C, K.L.S.’s Gogte Institute of Technology, Belgaum, India) 2(Lecturer, Department of CS, K.L.S.’s Shri Vasantrao Potdar Polytechnic, Belgaum, India) ---------------------------------------------------------------------***------------------------------------------------------------------- ABSTRACT: Wireless mesh network is progressing technology in the field of wireless networking. WMN is wide spreading network due to its advantages such as low deployment cost, easy maintenance, scalability, reliable service coverage and high performance. It is compatible and interoperable with existing wireless networks. Wireless mesh network is based on IEEE 802.11 standard according to which the packet delivered must be acknowledged. The quality of service (QoS) and throughput of the network in WMNs can be enhanced by using layer routing metrics. The routing metrics developed for ad hoc network can be applied for wireless mesh network as it shares some features of ad hoc network. Existing routing protocols must include some performance metric such as the power requirements and mobility. This article represents qualitative comparison of existing routing metrics Expected transmission count [ETX], Expected Transmission time [ETT], load aware expected transmission time [LAETT]. Comparative analysis of Metrics is evaluated through simulation by considering performance metrics like packet delivery ratio, average throughput, bandwidth utilization. Keywords - layer Metric, wireless mesh network. I. INTRODUCTION Wireless Mesh Network (WMN) is an emerging technology making progress in the field of wireless networking. It is expected to be widespread due to low deployment cost, easy network maintenance, robustness, scalability, reliable service coverage and high performance. WMN has self-configurable ability and self-healing ability.WMN consists of wireless nodes organized in an arbitrary mesh topology. The three types of nodes in WMN are mesh clients, mesh routers and gateways. Mesh clients are the end user devices such as laptops, smart phones and so on. Mesh routers are the devices that forward traffic to and from the gateways with the help of routing tables. Gateways are the routers with direct access to the wired infrastructure or Internet. The network topology of a typical wireless mesh network is as shown in Figure 1. Wireless mesh networks are an innovative network technology that has emerged recent years. Wireless mesh network have many advantages like dynamic self organization, self configuration, high scalability, low cost and easy maintenance. Applications where wireless mesh technology is more suitable are: 1) Areas where extensive coverage requires, like offices campus networking stadiums.2) Areas where wired connections are difficult to structure such as highways,
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 604 rural areas. 3) In emergencies like fire fighting, disaster recovery, military operations. Figure1.Wireless mesh network. Wireless mesh networks are classified in three types: 1) Client WMN provides peer-to-peer networking facility between the client nodes.Client nodes is normally single radio devices with optional routing capability depending on the end user requirements. Client WMNs are very simple to design but scalability and limited resource allocation are the critical issues which may cause throughput degradation in the network. 2) Hierarchical WMNs consist of a hierarchy in which mesh gateway routers are at the top with bridging functionality for backhaul internet connectivity, mesh routers are in the middle with self configuring and self healing functionality to act as a network backbone and mesh clients are at the bottom to serve as an end user.3) Hybrid WMNs consist of both hierarchical and client architectures. Mesh routers are equipped with the bridging functionality in order to integrate with other networks like wired networks. [1] Wireless mesh network and ad hoc network have some features in common, thus the routing protocols developed for ad hoc network can be applied for Wireless mesh network. But these routing protocols must include some performance metrics; since the power requirements and mobility features of wireless mesh networks are different from ad hoc networks [1] Routing is an important process for quality of service and efficient utilization of bandwidth. To maximize the bandwidth utilization and to improve network capacity, channel assignment is used in multichannel wireless mesh network. Channel assignment minimizes the overall interference. The key components used to compose routing metrics are (1) Throughput, which can be calculated by the number of received packets in a particular time (finish time-start time). (2)Packet Loss Rate (PLR) is the ratio of, the number of packets broadcasted in a particular time to the number of packets reported. (3)Expected transmission count (ETX) is a measure of link quality. It considers the number of unicast packets need to be transmitted at the MAC layer to traverse the link successfully. [2]. EXT design does not mention that different communication links may have different transmission rates which is considered for (4) Expected Transmission time [ETT], (5) load aware expected transmission time [LAETT],Load aware expected transmission time (LAETT) has incorporated the load balancing and link quality component in ETT to remove the drawback of ETT INTERN ET T I G W I G W I G W M R M R M R M R MC MC MC MC MC IGW-Internet gateway MR-Mesh router MC-Mesh Client
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 605 II. ROUTING METRICS Routing metrics play a critical role in path selection and in route optimization in MCMR WMNs. Routing metrics are composed of set of parameters capture at different layers. 1. Expected transmission count (ETX): is defined as the number of expected transmission plus retransmissions required to successfully deliver a packet over a wireless link. If forward delivery ratio dfwd , i.e., probability that the packet successfully received at destination node and reverse delivery ratio drvs , i.e., probability that acknowledgment of the packet successfully received at source node, then ETX of the link is calculated as follows: ETX = 1 /dfwd.drvs ETX metric has significantly improved performance over minimum hop count routing metric ETX develop its design foundation on delivery ratios which truly effects the throughput as compared to minimum hop count metric. Furthermore, ETX take account of asymmetry of links in a duplex manner by considering the loss ratios. 2. Expected Transmission Time (ETT): IEEE 802.11 MAC layer protocols have multi rate transmission ability which has increased the throughput of the wireless networks significantly .EXT design does not mention that different communication links may have different transmission rates. ETX was developed only by considering the average channel conditions. To solve the problems of ETX, expected transmission time (ETT) was designed which has significantly enhanced the performance of ETX by measuring the transmission rate of each individual link. ETT is defined as follows: ETT=∑ ETXi (S/Bi) Where S is the packet size, pj is the rate of packet loss and Bj is the transmission rate of link j. The main idea behind the design of ETT metric is the use of multi radios in multi hop wireless networks to enhance the network performance. ETT is the combination of packet loss rate and transmission rate of each individual link. ETT is an enhanced version of ETX with improved performance but still inherit the drawbacks of ETX being unaware of traffic load, intra-flow interference, inter-flow interference and channel diversity in WMNs. The design of ETT does not capture the losses due to contention caused by the traffic generated by the neighboring nodes. The traffic generated from the neighboring nodes contributes in the losses in two ways. First, it causes increase in collision which definitely increases the packet loss ratio. Secondly, it consumes the channel bandwidth. Active probing mechanism implemented in the design of ETT to capture the transmission rate may lead to over estimation during the time when the communication channels are quite busy.ETT is a metric that has been designed over ETX by adding bandwidth to ETX compute. ETT is an improvement over ETX as it includes the bandwidth in its computation [4]. 3. Load aware expected transmission time (LAETT): It has incorporated the load balancing and link quality component in ETT to remove the drawback of ETT [10]. Load aware ETT is a combination of ETT and remaining capacity (RC) on the node. RC of link is used as load aware parameter to balance the traffic on the network. If two paths have same value of ETX then LAETT will prefer the paths having high value of RC. Loop free route or isotonic nature of the LAETT is due to the fact that it calculates the
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 606 weights on each link. RC is designed to capture the total loads on the links and is defined as follows: RCj=Bj-∑(fjk.yjk) Where fjk represents the transmission rates of the Nj flows,i.e., total number of current flows passing through node j.Bj indicates the transmission rate of node j and link quality factor of node j is represented by yjk. LAETT is defined as follows: LAETTij=ETXij*S/ ((RCi +RCj)/2yij) Whereas Yij is a link quality factor, RCi and RCj are the RC of the node i and j, respectively. Practically RC is calculated at layer 2 by measuring the free slots and completed slots provided by the modulation scheme in use. Transmission rate measurements in LAETT are carried out with the help of total number of flows passing across the node and are assumed to be of same data rate. This is actually not true in relation with the wireless networks as the data rates vary because of congestion and interference over the links from time to time. Moreover, different radios and applications utilizing the network have different transmission rate. Probing mechanism used in the design of LAETT to measure ETX may result in underestimation of the link quality. III. METRICS ANALYSIS Routing metrics for WMNs utilize transmission rate, packet loss ratio, and delay parameters to capture the link quality of the link, e.g., ETX, These routing metrics are simple in design and easy to implement in the routing protocol but they lack in capturing the load and aware parameters of the links. ETT metrics considers transmission rate with packet loss ratio, but lags behind in case of load aware. Load aware routing metrics, LAETT capture the traffic concentration and congestion parameters at node level to introduce load awareness in the routing which has a significant effect especially in multi casting and real time applications. ETX, ETT, LAETT are analyzed with performance parameters Packet delivery ratio, Throughput and bandwidth Utilization. Packet Delivery Ratio: Packet delivery ratio is defined as the ratio of successfully delivered data packets. Throughput: Throughput is the total data packets received by the receiver at a particular Unit Time.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 607 Bandwidth utilization: bandwidth utilization is defined as the efficient use of available bandwidth to achieve specific goal. IV. Conclusion Quality of service is deployed by routing metrics in wireless mesh network ETX is routing metric simple in design and easy to implement in the routing protocol but they lack in capturing the load and interference aware parameters of the links. ETT is a metric that has been designed over ETX by adding bandwidth to ETX .ETT is an improvement over ETX as it includes the bandwidth in its computation. Load aware expected transmission time (LAETT) has incorporated the load balancing and link quality component in ETT to remove the drawback of ETT. ETT and LAETT show maximum packet delivery ratio, good average throughput, and efficient utilization of bandwidth as compared to ETX metrics. References [1] I.F Akyildiz and Wang, A Survey on Wireless Mesh Networks (IEEE commun.Mag vol. 43, no.9, pp.s23-s30, sep.2005). [2] Sakhapure S.S.,Channe H, A Cross Layer Routing Approach In Self Configurable Wireless Mesh Networks, International journal of engineering research and technology (IJRET) vol.1 Issues 8,October-2012 ISSN:2278 -0181. [3] Stefano Paris,Cristina Nita –Rotaru, Fabio Martignon and Antonio Capone, Cross Layer Metrics For Reliable Routing In Wireless Mesh Network. [4] MdAsri Bin NgadiSaquib Ali Abdul Hanan Abdullah and Rashid Hafeez Khokhar, A Taxanomy Of Cross Layer Routing Metrics for Wireless Mesh Network. [5] Jaydip Sen. and Kaustav Goswami, An Algorithm for Detection of Selfish Nodes in Wireless Mesh Network,Innovations labs TCS.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 03 Issue: 01 | Jan-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 608 [6] Xiaolin Cheng, Prasant Mohapatra, Retransmission- Aware Queuing and Routing For Video Streaming In Wireless Mesh Networks. [7] Vighneshwar Rao Gannapathy Ahamed Fayeez Bin Tuani Ibrahim Zahirlahda Bin Zakaria, An Enhancement of RTS/CTS Control Handshake in CSMA/CA Based MAC Protocol for an Efficient Delivery over Multihop Network, International Journal of Research in Engineering and Technology ISSN 2319-1163/pISSN 2321 -7308. [8]Wireless Mesh Networks: WMN Overview, WMN Architecture, International Conference on Communication Engineering and Networks IPCSIT Vol.19 2011, IACSIT Press, Singapore. [9] Stefano Paris Cistina Nita Rotaru Senior Member IEEE, EFW Cross Layer Metrics for Reliable Routing In Wireless Mesh Network With Selfish Participants.