SlideShare a Scribd company logo
1 of 3
Download to read offline
Rupali Sawant ,Hitesh Gupta / International Journal of Engineering Research and Applications
                          (IJERA) ISSN: 2248-9622 www.ijera.com
                         Vol. 2, Issue4, July-August 2012, pp.1158-1160

   A Routing Metric For Wireless Mesh Networks With Optimal
              Cost And Optimal Hops: A Survey
           Rupali Sawant                                                               Hitesh Gupta
               Student, M.Tech, Fourth Semester,. (CSE)                             HOD-IT(PCST)
                   Bhopal, India                                                  Bhopal, India
                                  Patel Institute of Technology, Bhopal, India.


ABSTRACT
        As while transmitting packets or data in the        This has a two-different effect. First, the throughput of
network, multiple number of traversal can occur             the flow using these paths is higher. Second, the
because of the number of links in the data transfer         throughput of the network as a whole increases, since
route of source and destination and also the links in       the fewer transmissions lead to lower network-wide
the reverse order delivery of packet are not accurate.      contention.[1]
But with some previous efforts it is able to calculate
the optimal cost with required number of links in                    To reduce the delay problem, this paper
layer transmission but again there occurs the               works on to select the efficient route for node transfer
problem of power conjunction means it is more and           with effective route along with the minimum power
more difficult to compute the optimal cost along with       (hops) i.e. optimal power. Means the work will be in
optimal power (hops).To overcome this problem this          such a way to get efficient path at the time of data
paper synthesizes on existing methodology related to        transmission and retransmission along with the
optimal path selection through which it exactly finds       optimal hoping (minimum power).
out the number of links layer which are essential for                 Even under benign conditions, various
source to destination packet delivery and highlight         factors, like fading (fading in a communication system
towards how to compute the path with optimal cost           is the fluctuations in the amplitude and phase of the
along with optimal hops.                                    signal at the receiver side.), interference, multi-path
                                                            effects, and collisions, lead to heavy loss rates on
Keywords - Wireless ad-hoc network, Routing                 wireless links. There are two well-known ways to
metric, Throughput.                                         achieve end-to-end reliability on multi-node routes.
                                                            The first approach employs node-to-node transmission
I. INTRODUCTION                                             along with retransmissions. Each link layer node
          Routing in wireless mesh networks has been a      retransmits lost frames as and when necessary. The
hot research area in recent years, with the objective to    second approach assumes that link layers are
achieve as high throughput as possible over the network     unreliable and retransmissions are performed end-to-
[2]. As we know while transmitting packets or data in       end. It is also possible to consider a mix of the above
the network, to minimize the number of link layer           as a third approach, where link layers perform a few
transmission including retransmission in a wireless         retransmissions if necessary, but perfect reliability is
mesh network is major issue and at the same to ensure       only guaranteed through end-to-end mechanisms.
high overall throughput. This can be achieved by            Traditional power aware routing schemes do not take
selecting routes with reliable links. Many popular          link loss rates into account when computing energy
multimedia applications, e.g., voice over IP (Internet      efficient paths. By ignoring the impact of such losses,
Telephony), IPTV (IPTV (Internet Protocol Television)       they implicitly assume that every link is totally
is a system where a digital television service is           reliable [5]
delivered by using Internet Protocol over a network                   In a minimum cost path with minimum energy
infrastructure), and on-line gaming, have strict delay      path will consider the end-to-end retransmission [where
requirement. This paper includes the, designing a           the individual links do not provide link-layer
routing metric to minimize the end-to-end delay, power      retransmissions] and hop by hop retransmission. [Where
at the time of node to node delivery of                     each individual link provides reliable forwarding to the
data. As the end to end delay is minimized, it ultimately   next hop using localized packet retransmissions.]
results in reduced cost.                                              To implement the concept of minimum power
                                                            and minimum cost ETOP algorithm has been used.

                                                                                                    1158 | P a g e
Rupali Sawant ,Hitesh Gupta / International Journal of Engineering Research and Applications
                          (IJERA) ISSN: 2248-9622 www.ijera.com
                         Vol. 2, Issue4, July-August 2012, pp.1158-1160
(Greedy optimization technique is its part), UDP has been   mobile nodes (such as sensor nodes or smart-phones)
used (CBR:-Constant Bit Rate generator) and to find the     is relatively limited.
distance between source to destination Euclidean method
                                                            2) Communication costs in terms of transmission
is used.
                                                            energy required are often much higher than computing
      Wireless ad hoc network: An ad hoc network           costs on individual devices. Energy-aware routing
         is a type of temporary computer-to-computer        protocols for such networks typically select routes that
         connection. In ad hoc mode, you can set up a       minimize the total transmission power aggregated
         wireless connection directly to another            over all nodes in the selected path [3]. From the above
         computer without having to connect to a            literature survey, it is clear that    reduction in the
         wireless access point or router.                   transmission cost and the transmission power are the
                                                            main aspects to be considered.
        Routing Metric: Routing is the process of
         selecting paths in a network along which to                  The paper summarizes the issue served. From
         send network traffic. Routing metric is            the previous literature survey it is clear that in a
         concerned primarily with routing in electronic     network at the time of end-to-end data transfer the link
         data networks using packet switching               transfer mode maximizes the cost of path. Still there
         technology.                                        remains a problem of maximum power loss. So, with
                                                            the survey of this paper we will further move towards
        Throughput: The system throughput or               to implement a technique or algorithm which
         aggregate throughput is the sum of the data        efficiently finds out the path with optimal cost and
         rates that are delivered to all terminals in a     optimal hops.
         network..or throughput is the average rate of
         successful message delivery over a
         communication channel. This data may be            III. RELATED EXAMPLE
         delivered over a physical or logical link, or      [1]This problem will be illustrated with the example
         pass through a certain network node. The           given in Fig. 1. There are two paths from the source S
         throughput is usually measured in bits per         to the destination R; the number next to each link
         second (bit/s or bps), and sometimes in data       depicts the probability of a successful transmission
         packets per second or data packets per time        (denoted as link success probability) across that link.
         slot.                                              At first glance, it may seem that it is better to use the
                                                            path [S, X, Y, R] instead of [S, A, B, C, R]. However,
                                                            the path [S, A, B, C, R] is better than [S, X, Y, R]. If
II LITERATURE SURVEY                                        the link layer will allow only one retransmission is it
          In this section, we analyze some efforts          is easy to calculate the required total number of link
performed earlier. Many measurement studies link            layer transmissions per packet is approximately10 for
experience losses in wireless network. The end-to-end       the path [S, A, B, C, R], while it is approximately 16
cost of the path is sum of the ETX values of the link on    for the path [S, A, B, C, R]. The higher cost is due to
the path the routing layer simply computes routes with      the bad link that is closer to the destination, in the path
the minimum cost.[1] Energy efficient routing has           [S, X, Y, R] .[1]
always been a central research topic in wireless
networks,both in the paradigm of multicast/broadcast                 As it selects the path with optimal cost, it also
and in the paradigm of uncast. In both paradigms, our       checks for the route with optimal power. To travel
objective is to design a routing scheme such that the       from source S to the destination R, it will select the
total transmission power is minimized. [5]                  link with optimal path along with optimal power in
           By using Dijkstra's shortest path algorithm,     Mwatt.Suppose for path [S, X, Y, R] it takes 100 mw
PAMAS finds a minimum cost path where the link cost         power and for [S, A, B, C, R] it takes 80 Mwatt power
is set to the transmission power. If every link in the      means path [S, A, B, C, R] is more efficient as
paths is error free, then a single transmission over each   compared to path [S, X, Y, R].So, it will travel trough
link can successfully deliver a packet from the source to   path of [S, A, B, C, R] to move from S to T because it
its destination with minimum cost. [4]                      minimize the cost and power both.
        Multi-hop wireless networks typically possess
two important characteristics:
1) The battery power available on the lightweight

                                                                                                      1159 | P a g e
Rupali Sawant ,Hitesh Gupta / International Journal of Engineering Research and Applications
                          (IJERA) ISSN: 2248-9622 www.ijera.com
                         Vol. 2, Issue4, July-August 2012, pp.1158-1160
                                                            compute path with optimal power .That means, the
                                                            goal of the paper is to select a high throughput path
                                                            between source and destination with optimal cost and
                                                            power(optimal cost and power) in a network while
                                                            data transmission. This is again merit of this paper that
                                                            it optimizes the cost and power.

                                                            REFERENCES
                                                            [1]    Hongkun Li, Yu Cheng, Chi Zhou AND
Fig: 1.The effect of Link           Position    on   the
                                                                   Weihua Zhuang 2009“Minimizing End-to-End
performance of the path.
                                                                   Delay A Novel Routing Metric for Multi-Radio
         With this example it clear that how to calculate          Wireless Mesh Networks”
minimum path. With this paper the additional concept        [2]    Gentian Jakllari, Stephan Eidenbenz, Nicolas
to calculate the minimum power will elaborate.                     Hengartner, Srikanth V. Krishnamurthy,
                                                                   Michalis Faloutsos 2012“Link Positions Matter:
                                                                   A Noncommutative Routing Metric for
IV. CONCLUSION
                                                                   Wireless Mesh Networks”
         Thus we revisit the problem of computing the
                                                            [3]    U.Raghavendra,
path with the minimum cost and minimum power in
                                                                   S.Vasundra”DynamicTransmissin          Power
multihop wireless networks. Here the minimum ETOP
                                                                   Assignment for Energy Conservation Routing
value is calculated using greedy routing strategy. As
                                                                   in MANETs”
compared to ETX approach, TOP outshines by 50% in
                                                            [4]    Suman Banerjee and Archan Misra“Energy
terms of TCP good put.
                                                                   Efficient Reliable Communication for Multi-
         The delivery of packet from source to
                                                                   hop Wireless Networks”
destination and vice versa i.e. while transmission and
                                                            [5]    Suman Banerjee 2002 “Minimum Energy Paths
retransmission we are computing the route with the
                                                                   for Reliable Communication in Multi-hop
concept of optimal cost in terms of multiple (many)
                                                                   Wireless Networks”
links layer in path of wireless network. For this
improvement to compute optimal cost new areas are
emerging [1].Along with this we move towards to




                                                                                                    1160 | P a g e

More Related Content

What's hot

Optimized Traffic Flow over Multipath in Optical Networks
Optimized Traffic Flow over Multipath in Optical NetworksOptimized Traffic Flow over Multipath in Optical Networks
Optimized Traffic Flow over Multipath in Optical Networkspaperpublications3
 
Abstract
AbstractAbstract
AbstractAnand B
 
Packet Loss and Overlay Size Aware Broadcast in the Kademlia P2P System
Packet Loss and Overlay Size Aware Broadcast in the Kademlia P2P SystemPacket Loss and Overlay Size Aware Broadcast in the Kademlia P2P System
Packet Loss and Overlay Size Aware Broadcast in the Kademlia P2P SystemIDES Editor
 
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...graphhoc
 
Implementation of optimal solution for network lifetime and energy consumptio...
Implementation of optimal solution for network lifetime and energy consumptio...Implementation of optimal solution for network lifetime and energy consumptio...
Implementation of optimal solution for network lifetime and energy consumptio...TELKOMNIKA JOURNAL
 
Efficient Of Multi-Hop Relay Algorithm for Efficient Broadcasting In MANETS
Efficient Of Multi-Hop Relay Algorithm for Efficient Broadcasting In MANETSEfficient Of Multi-Hop Relay Algorithm for Efficient Broadcasting In MANETS
Efficient Of Multi-Hop Relay Algorithm for Efficient Broadcasting In MANETSijircee
 
Implementing packet broadcasting algorithm of mimo based mobile ad hoc networ...
Implementing packet broadcasting algorithm of mimo based mobile ad hoc networ...Implementing packet broadcasting algorithm of mimo based mobile ad hoc networ...
Implementing packet broadcasting algorithm of mimo based mobile ad hoc networ...IJNSA Journal
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...Editor IJCATR
 
Q-LEARNING BASED ROUTING PROTOCOL TO ENHANCE NETWORK LIFETIME IN WSNS
Q-LEARNING BASED ROUTING PROTOCOL TO ENHANCE NETWORK LIFETIME IN WSNSQ-LEARNING BASED ROUTING PROTOCOL TO ENHANCE NETWORK LIFETIME IN WSNS
Q-LEARNING BASED ROUTING PROTOCOL TO ENHANCE NETWORK LIFETIME IN WSNSIJCNCJournal
 
Ijarcet vol-2-issue-7-2351-2356
Ijarcet vol-2-issue-7-2351-2356Ijarcet vol-2-issue-7-2351-2356
Ijarcet vol-2-issue-7-2351-2356Editor IJARCET
 
A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)ijngnjournal
 

What's hot (14)

Optimized Traffic Flow over Multipath in Optical Networks
Optimized Traffic Flow over Multipath in Optical NetworksOptimized Traffic Flow over Multipath in Optical Networks
Optimized Traffic Flow over Multipath in Optical Networks
 
Abstract
AbstractAbstract
Abstract
 
Packet Loss and Overlay Size Aware Broadcast in the Kademlia P2P System
Packet Loss and Overlay Size Aware Broadcast in the Kademlia P2P SystemPacket Loss and Overlay Size Aware Broadcast in the Kademlia P2P System
Packet Loss and Overlay Size Aware Broadcast in the Kademlia P2P System
 
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
I-Min: An Intelligent Fermat Point Based Energy Efficient Geographic Packet F...
 
Implementation of optimal solution for network lifetime and energy consumptio...
Implementation of optimal solution for network lifetime and energy consumptio...Implementation of optimal solution for network lifetime and energy consumptio...
Implementation of optimal solution for network lifetime and energy consumptio...
 
Efficient Of Multi-Hop Relay Algorithm for Efficient Broadcasting In MANETS
Efficient Of Multi-Hop Relay Algorithm for Efficient Broadcasting In MANETSEfficient Of Multi-Hop Relay Algorithm for Efficient Broadcasting In MANETS
Efficient Of Multi-Hop Relay Algorithm for Efficient Broadcasting In MANETS
 
Ttacca
TtaccaTtacca
Ttacca
 
Implementing packet broadcasting algorithm of mimo based mobile ad hoc networ...
Implementing packet broadcasting algorithm of mimo based mobile ad hoc networ...Implementing packet broadcasting algorithm of mimo based mobile ad hoc networ...
Implementing packet broadcasting algorithm of mimo based mobile ad hoc networ...
 
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
An Improved Energy Efficient Wireless Sensor Networks Through Clustering In C...
 
Q-LEARNING BASED ROUTING PROTOCOL TO ENHANCE NETWORK LIFETIME IN WSNS
Q-LEARNING BASED ROUTING PROTOCOL TO ENHANCE NETWORK LIFETIME IN WSNSQ-LEARNING BASED ROUTING PROTOCOL TO ENHANCE NETWORK LIFETIME IN WSNS
Q-LEARNING BASED ROUTING PROTOCOL TO ENHANCE NETWORK LIFETIME IN WSNS
 
40520130101003
4052013010100340520130101003
40520130101003
 
Ijarcet vol-2-issue-7-2351-2356
Ijarcet vol-2-issue-7-2351-2356Ijarcet vol-2-issue-7-2351-2356
Ijarcet vol-2-issue-7-2351-2356
 
A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)A novel routing technique for mobile ad hoc networks (manet)
A novel routing technique for mobile ad hoc networks (manet)
 
Aa35152156
Aa35152156Aa35152156
Aa35152156
 

Viewers also liked

Viewers also liked (20)

Go2411811184
Go2411811184Go2411811184
Go2411811184
 
Ha2412541260
Ha2412541260Ha2412541260
Ha2412541260
 
Gd2411071110
Gd2411071110Gd2411071110
Gd2411071110
 
Fu2410501055
Fu2410501055Fu2410501055
Fu2410501055
 
Ga2410911096
Ga2410911096Ga2410911096
Ga2410911096
 
Gw2412271231
Gw2412271231Gw2412271231
Gw2412271231
 
Fw2410681072
Fw2410681072Fw2410681072
Fw2410681072
 
Hx2615541560
Hx2615541560Hx2615541560
Hx2615541560
 
K26057066
K26057066K26057066
K26057066
 
Ib2615731577
Ib2615731577Ib2615731577
Ib2615731577
 
P26093098
P26093098P26093098
P26093098
 
U26130135
U26130135U26130135
U26130135
 
It2616761684
It2616761684It2616761684
It2616761684
 
If2615981604
If2615981604If2615981604
If2615981604
 
X26148161
X26148161X26148161
X26148161
 
Ix2616991704
Ix2616991704Ix2616991704
Ix2616991704
 
Ação do PSB contra Dilma por propaganda antecipada em pronunciamento da Copa
Ação do PSB contra Dilma por propaganda antecipada em pronunciamento da CopaAção do PSB contra Dilma por propaganda antecipada em pronunciamento da Copa
Ação do PSB contra Dilma por propaganda antecipada em pronunciamento da Copa
 
PresentacióN1guhjjjj
PresentacióN1guhjjjjPresentacióN1guhjjjj
PresentacióN1guhjjjj
 
Rockin rio nova versão
Rockin rio nova versãoRockin rio nova versão
Rockin rio nova versão
 
arqueros
arquerosarqueros
arqueros
 

Similar to Gk2411581160

Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...IJERA Editor
 
rupali published paper
rupali published paperrupali published paper
rupali published paperRoopali Singh
 
A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...ijmnct
 
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...IOSR Journals
 
Energy saving in cooperative transmission using opportunistic protocol in MANET
Energy saving in cooperative transmission using opportunistic protocol in MANETEnergy saving in cooperative transmission using opportunistic protocol in MANET
Energy saving in cooperative transmission using opportunistic protocol in MANETIOSR Journals
 
M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsIJERA Editor
 
Energy Behavior in Ad Hoc Network Minimizing the Number of Hops and Maintaini...
Energy Behavior in Ad Hoc Network Minimizing the Number of Hops and Maintaini...Energy Behavior in Ad Hoc Network Minimizing the Number of Hops and Maintaini...
Energy Behavior in Ad Hoc Network Minimizing the Number of Hops and Maintaini...CSCJournals
 
Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...redpel dot com
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
The Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksThe Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksDr. Amarjeet Singh
 
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...IJECEIAES
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...IJERA Editor
 
“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...eSAT Publishing House
 
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...Eswar Publications
 
IMPLEMENTING PACKET BROADCASTING ALGORITHM OF MIMO BASED MOBILE AD-HOC NETWOR...
IMPLEMENTING PACKET BROADCASTING ALGORITHM OF MIMO BASED MOBILE AD-HOC NETWOR...IMPLEMENTING PACKET BROADCASTING ALGORITHM OF MIMO BASED MOBILE AD-HOC NETWOR...
IMPLEMENTING PACKET BROADCASTING ALGORITHM OF MIMO BASED MOBILE AD-HOC NETWOR...IJNSA Journal
 
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...CSCJournals
 
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...cscpconf
 

Similar to Gk2411581160 (20)

Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
 
rupali published paper
rupali published paperrupali published paper
rupali published paper
 
M010226367
M010226367M010226367
M010226367
 
A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...A scalable and power efficient solution for routing in mobile ad hoc network ...
A scalable and power efficient solution for routing in mobile ad hoc network ...
 
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
A Load Aware Proposal for Maximum Available Bandwidth Routing in Wireless Mes...
 
Aa35152156
Aa35152156Aa35152156
Aa35152156
 
Energy saving in cooperative transmission using opportunistic protocol in MANET
Energy saving in cooperative transmission using opportunistic protocol in MANETEnergy saving in cooperative transmission using opportunistic protocol in MANET
Energy saving in cooperative transmission using opportunistic protocol in MANET
 
M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETs
 
Energy Behavior in Ad Hoc Network Minimizing the Number of Hops and Maintaini...
Energy Behavior in Ad Hoc Network Minimizing the Number of Hops and Maintaini...Energy Behavior in Ad Hoc Network Minimizing the Number of Hops and Maintaini...
Energy Behavior in Ad Hoc Network Minimizing the Number of Hops and Maintaini...
 
Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
The Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless NetworksThe Impact of Signal Strength over Routing Protocols in Wireless Networks
The Impact of Signal Strength over Routing Protocols in Wireless Networks
 
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...Efficient energy, cost reduction, and QoS based routing protocol for wireless...
Efficient energy, cost reduction, and QoS based routing protocol for wireless...
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
 
“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...
 
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
Mitigating Link Failures & Implementing Security Mechanism in Multipath Flows...
 
IMPLEMENTING PACKET BROADCASTING ALGORITHM OF MIMO BASED MOBILE AD-HOC NETWOR...
IMPLEMENTING PACKET BROADCASTING ALGORITHM OF MIMO BASED MOBILE AD-HOC NETWOR...IMPLEMENTING PACKET BROADCASTING ALGORITHM OF MIMO BASED MOBILE AD-HOC NETWOR...
IMPLEMENTING PACKET BROADCASTING ALGORITHM OF MIMO BASED MOBILE AD-HOC NETWOR...
 
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
 
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
TTACCA: TWO-HOP BASED TRAFFIC AWARE CONGESTION CONTROL ALGORITHM FOR WIRELESS...
 
Ijetcas14 488
Ijetcas14 488Ijetcas14 488
Ijetcas14 488
 

Gk2411581160

  • 1. Rupali Sawant ,Hitesh Gupta / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue4, July-August 2012, pp.1158-1160 A Routing Metric For Wireless Mesh Networks With Optimal Cost And Optimal Hops: A Survey Rupali Sawant Hitesh Gupta Student, M.Tech, Fourth Semester,. (CSE) HOD-IT(PCST) Bhopal, India Bhopal, India Patel Institute of Technology, Bhopal, India. ABSTRACT As while transmitting packets or data in the This has a two-different effect. First, the throughput of network, multiple number of traversal can occur the flow using these paths is higher. Second, the because of the number of links in the data transfer throughput of the network as a whole increases, since route of source and destination and also the links in the fewer transmissions lead to lower network-wide the reverse order delivery of packet are not accurate. contention.[1] But with some previous efforts it is able to calculate the optimal cost with required number of links in To reduce the delay problem, this paper layer transmission but again there occurs the works on to select the efficient route for node transfer problem of power conjunction means it is more and with effective route along with the minimum power more difficult to compute the optimal cost along with (hops) i.e. optimal power. Means the work will be in optimal power (hops).To overcome this problem this such a way to get efficient path at the time of data paper synthesizes on existing methodology related to transmission and retransmission along with the optimal path selection through which it exactly finds optimal hoping (minimum power). out the number of links layer which are essential for Even under benign conditions, various source to destination packet delivery and highlight factors, like fading (fading in a communication system towards how to compute the path with optimal cost is the fluctuations in the amplitude and phase of the along with optimal hops. signal at the receiver side.), interference, multi-path effects, and collisions, lead to heavy loss rates on Keywords - Wireless ad-hoc network, Routing wireless links. There are two well-known ways to metric, Throughput. achieve end-to-end reliability on multi-node routes. The first approach employs node-to-node transmission I. INTRODUCTION along with retransmissions. Each link layer node Routing in wireless mesh networks has been a retransmits lost frames as and when necessary. The hot research area in recent years, with the objective to second approach assumes that link layers are achieve as high throughput as possible over the network unreliable and retransmissions are performed end-to- [2]. As we know while transmitting packets or data in end. It is also possible to consider a mix of the above the network, to minimize the number of link layer as a third approach, where link layers perform a few transmission including retransmission in a wireless retransmissions if necessary, but perfect reliability is mesh network is major issue and at the same to ensure only guaranteed through end-to-end mechanisms. high overall throughput. This can be achieved by Traditional power aware routing schemes do not take selecting routes with reliable links. Many popular link loss rates into account when computing energy multimedia applications, e.g., voice over IP (Internet efficient paths. By ignoring the impact of such losses, Telephony), IPTV (IPTV (Internet Protocol Television) they implicitly assume that every link is totally is a system where a digital television service is reliable [5] delivered by using Internet Protocol over a network In a minimum cost path with minimum energy infrastructure), and on-line gaming, have strict delay path will consider the end-to-end retransmission [where requirement. This paper includes the, designing a the individual links do not provide link-layer routing metric to minimize the end-to-end delay, power retransmissions] and hop by hop retransmission. [Where at the time of node to node delivery of each individual link provides reliable forwarding to the data. As the end to end delay is minimized, it ultimately next hop using localized packet retransmissions.] results in reduced cost. To implement the concept of minimum power and minimum cost ETOP algorithm has been used. 1158 | P a g e
  • 2. Rupali Sawant ,Hitesh Gupta / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue4, July-August 2012, pp.1158-1160 (Greedy optimization technique is its part), UDP has been mobile nodes (such as sensor nodes or smart-phones) used (CBR:-Constant Bit Rate generator) and to find the is relatively limited. distance between source to destination Euclidean method 2) Communication costs in terms of transmission is used. energy required are often much higher than computing  Wireless ad hoc network: An ad hoc network costs on individual devices. Energy-aware routing is a type of temporary computer-to-computer protocols for such networks typically select routes that connection. In ad hoc mode, you can set up a minimize the total transmission power aggregated wireless connection directly to another over all nodes in the selected path [3]. From the above computer without having to connect to a literature survey, it is clear that reduction in the wireless access point or router. transmission cost and the transmission power are the main aspects to be considered.  Routing Metric: Routing is the process of selecting paths in a network along which to The paper summarizes the issue served. From send network traffic. Routing metric is the previous literature survey it is clear that in a concerned primarily with routing in electronic network at the time of end-to-end data transfer the link data networks using packet switching transfer mode maximizes the cost of path. Still there technology. remains a problem of maximum power loss. So, with the survey of this paper we will further move towards  Throughput: The system throughput or to implement a technique or algorithm which aggregate throughput is the sum of the data efficiently finds out the path with optimal cost and rates that are delivered to all terminals in a optimal hops. network..or throughput is the average rate of successful message delivery over a communication channel. This data may be III. RELATED EXAMPLE delivered over a physical or logical link, or [1]This problem will be illustrated with the example pass through a certain network node. The given in Fig. 1. There are two paths from the source S throughput is usually measured in bits per to the destination R; the number next to each link second (bit/s or bps), and sometimes in data depicts the probability of a successful transmission packets per second or data packets per time (denoted as link success probability) across that link. slot. At first glance, it may seem that it is better to use the path [S, X, Y, R] instead of [S, A, B, C, R]. However, the path [S, A, B, C, R] is better than [S, X, Y, R]. If II LITERATURE SURVEY the link layer will allow only one retransmission is it In this section, we analyze some efforts is easy to calculate the required total number of link performed earlier. Many measurement studies link layer transmissions per packet is approximately10 for experience losses in wireless network. The end-to-end the path [S, A, B, C, R], while it is approximately 16 cost of the path is sum of the ETX values of the link on for the path [S, A, B, C, R]. The higher cost is due to the path the routing layer simply computes routes with the bad link that is closer to the destination, in the path the minimum cost.[1] Energy efficient routing has [S, X, Y, R] .[1] always been a central research topic in wireless networks,both in the paradigm of multicast/broadcast As it selects the path with optimal cost, it also and in the paradigm of uncast. In both paradigms, our checks for the route with optimal power. To travel objective is to design a routing scheme such that the from source S to the destination R, it will select the total transmission power is minimized. [5] link with optimal path along with optimal power in By using Dijkstra's shortest path algorithm, Mwatt.Suppose for path [S, X, Y, R] it takes 100 mw PAMAS finds a minimum cost path where the link cost power and for [S, A, B, C, R] it takes 80 Mwatt power is set to the transmission power. If every link in the means path [S, A, B, C, R] is more efficient as paths is error free, then a single transmission over each compared to path [S, X, Y, R].So, it will travel trough link can successfully deliver a packet from the source to path of [S, A, B, C, R] to move from S to T because it its destination with minimum cost. [4] minimize the cost and power both. Multi-hop wireless networks typically possess two important characteristics: 1) The battery power available on the lightweight 1159 | P a g e
  • 3. Rupali Sawant ,Hitesh Gupta / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue4, July-August 2012, pp.1158-1160 compute path with optimal power .That means, the goal of the paper is to select a high throughput path between source and destination with optimal cost and power(optimal cost and power) in a network while data transmission. This is again merit of this paper that it optimizes the cost and power. REFERENCES [1] Hongkun Li, Yu Cheng, Chi Zhou AND Fig: 1.The effect of Link Position on the Weihua Zhuang 2009“Minimizing End-to-End performance of the path. Delay A Novel Routing Metric for Multi-Radio With this example it clear that how to calculate Wireless Mesh Networks” minimum path. With this paper the additional concept [2] Gentian Jakllari, Stephan Eidenbenz, Nicolas to calculate the minimum power will elaborate. Hengartner, Srikanth V. Krishnamurthy, Michalis Faloutsos 2012“Link Positions Matter: A Noncommutative Routing Metric for IV. CONCLUSION Wireless Mesh Networks” Thus we revisit the problem of computing the [3] U.Raghavendra, path with the minimum cost and minimum power in S.Vasundra”DynamicTransmissin Power multihop wireless networks. Here the minimum ETOP Assignment for Energy Conservation Routing value is calculated using greedy routing strategy. As in MANETs” compared to ETX approach, TOP outshines by 50% in [4] Suman Banerjee and Archan Misra“Energy terms of TCP good put. Efficient Reliable Communication for Multi- The delivery of packet from source to hop Wireless Networks” destination and vice versa i.e. while transmission and [5] Suman Banerjee 2002 “Minimum Energy Paths retransmission we are computing the route with the for Reliable Communication in Multi-hop concept of optimal cost in terms of multiple (many) Wireless Networks” links layer in path of wireless network. For this improvement to compute optimal cost new areas are emerging [1].Along with this we move towards to 1160 | P a g e