SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016
ISSN: 2394-2231 http://www.ijctjournal.org Page 153
Comparative Analysis of Gateway Placement Approaches for
Wireless Mesh Network
Swati Govil1
, Dr.Paramjeet Rawat2
1,2
(Department of Computer Science, IIMT Engineering College, Dr. A.P.J. Abdul Kalam Technical University)
----------------------------------------************************----------------------------------
Abstract:
Wireless mesh networks offer high bandwidth Internet access for mobile users anywhere and at any time.
It is an emerging technology that uses wireless multi-hop networking to provide a cost-efficient way for
community or enterprise users to have broadband Internet access and share network resource. In this paper,
we have tried to give a comparative analysis of various Gateway Placement approaches which can be
helpful in understanding which approach will be useful in which situation.
Keywords — Mesh networks, Gateway Placement, Clustering, Optimization, Throughput.
----------------------------------------************************----------------------------------
I. INTRODUCTION
A wireless mesh network (WMN)[1] is a
communication network made up of radio nodes
organized in a mesh topology, which often consists
of mesh clients, mesh routers and gateways. The
mesh clients are often laptops, cell phones and other
wireless devices, which are connected to the
Internet through the mesh routers. The mesh routers
forward traffic to and from the gateways which is
connected to the Internet. The coverage area of the
radio nodes working as a single network is
sometimes called a mesh cloud. Access to this mesh
cloud is dependent on the radio nodes working in
harmony with each other to create a radio network.
A mesh network is reliable and offers redundancy.
When one node can no longer operate, the rest of
the nodes can still communicate with each other,
directly or through one or more intermediate nodes.
Wireless mesh networks can be implemented with
various wireless technology including 802.11,
802.16, cellular technologies or combinations of
more than one type. A wireless mesh network has
some features which are similar to wireless ad-hoc
network. It is often assumed that all nodes in a
wireless mesh network are immobile but this is not
necessary. The mesh routers may be highly mobile
and are not limited to power, memory, calculating
ability and operate as intelligent switching devices.
A wireless mesh network has some features which
are similar to wireless ad-hoc network. It is often
assumed that all nodes in a wireless mesh network
are immobile but this is not necessary. The mesh
routers may be highly mobile and are not limited to
power, memory, calculating ability and operate as
intelligent switching devices.
A. Classification of WMNs
Wireless networks can be classified based
on the connectivity types of the various network
elements, which are either Point to Point (PTP),
Point to Multi-Point (PTM) or Multi-Point to
Multi-Point(MPM) networks. However, they are
not scalable and their level of adaptability is low.
PTM networks are moderately scalable, but they
have low adaptability and reliability. In order to
overcome these limitations, Multi-point to Multi-
point (MTM) networks are offering features that
provide high reliability, adaptability and
scalability to accommodate a large number of
users. As the number of nodes in the network [8]
increases the transmission power needed for each
node will be reduced. But, MTM wireless networks
use multiple hops to increase coverage without the
need for increasing the transmission power. MTM
wireless networks are using today’s standard like
the IEEE 802.11 family. These types of networks
are called mesh networks. In this paper we focus on
RESEARCH ARTICLE OPEN ACCESS
International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016
ISSN: 2394-2231 http://www.ijctjournal.org Page 154
a special class of MTM network called Wireless
Mesh Networks.
2. WMNARCHITECTURE
In recent years, the optimizing WMN problem is
interested in many researches. However it still
remains open. In all of them, gateway placement is
the most interested problem in optimizing WMN as
most of the network traffic in such network either
inside the network between the MCs via MRs or
from/to the internet via the IGs and this may result
in many problems such as these IGs may be
potential bottleneck points because all traffics
should be passed through these IGs. If the IGs
placed, too far from the MRs this will increase the
transmission time by increasing the number of hops
that the packets will traverse from the source to the
destination, which will result in delay. Thus, packet
loss may happen, and if they placed close to MRs,
the transmission time decreases, but the network
cost will increase due to the high cost of the IG
installation because of using physical links to be
connected to the internet. Therefore, IG placement
optimization is essential in planning and designing
of the WMN, especially in the earlier stages of
network design, which usually based on topology
considerations to minimize overheads of using
sophisticated protocols that will be used in the
future to overcome the problem of IG placement in
high levels of network planning and configuration.
Therefore, the network performance depends
largely on the optimal placement of MRs especially
the IGs. In this paper, we highlight the
various gateway placement approaches.
3. VARIOUS APPROACHES USED
FOR GATEWAY PLACEMENT
3.1 Clustering Based Approach
In wireless mesh networks (WMNs), load
balancing placement of gateways is important to the
network performance. The process of grouping a set
of nodes into classes of similar nodes is called
clustering. Clustering Based Gateway Placement
Algorithm (CBGPA) [1] guarantees end-to-end
bounded delay communications with a good
handling of network scalability. While in one of the
approach the researcher divided the network into a
set of disjoint clusters, subject to multiple
constraints, and then within each cluster a single
mesh router is chosen as the gateway to serve the
nodes within the cluster. Research [2-3] has used
different clustering-based approaches to find near-
optimal solutions to the gateway placement
problem under quality-of-service (QoS)
requirements (such as delay and throughput
performance). In paper [2] the author addressed the
problem of gateways placement, consisting of
placing a minimum number of gateways such that
quality-of-service (QoS) requirements are satisfied
and presented a near optimal heuristics algorithm
for gateway placement, and later compared its
performance with some previously known sub-
optimal solutions. B. Aoun et al. [3] addressed the
problem of gateways placement by placing a
minimum number of gateways such that quality-of-
service (QoS) requirements are satisfied using
polynomial time near-optimal algorithm which
recursively computes minimum weighted
Dominating Sets (DS), while consistently using
both analysis and simulation, and showed that it
outperforms other alternative schemes by
comparing the number of gateways placed in
different scenarios. F. Zeng et al. [4] addressed the
problem of load balanced gateway placement, and
proposed a greedy algorithm GA-LBC to partition a
WMN into load-balance and disjointed clusters,
each cluster satisfies QoS requirements. Based on
GA-LBC algorithm and the principles of genetic
algorithm, author proposed a hybrid algorithm HA-
LBPG to get the near-optimal solution. Using this
approach the number of gateways generated by HA-
LBPG is nearly equal to the result from other
gateway placement algorithms, and as far as the load
balancing on the gateways is concerned, HA-LBPG
performs much better than the other existing
techniques. Bejerano[6] addressed the gateway
placement problem as a variant of the capacitated
facility location problem (CFLP), and proposed a
clustering algorithm. Each gateway served a cluster
of its nearby MRs, and a spanning tree rooted at the
gateway (cluster head) was used for message
delivery. Bejerano's approach [6] involves two steps
algorithm. The first step was to find a minimal
International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016
ISSN: 2394-2231 http://www.ijctjournal.org Page 155
number of disjoint clusters containing all the nodes
subject to an upper bound on clusters' radius. The
second step was to generate a spanning tree in each
cluster and subdivide the clusters which violated the
relay load or cluster size constraints. Paper [5] has
investigated the performance of several clustering
algorithms for gateway placement in WMNs Using
the network topology of an already-deployed
network.
RECOMMENDATION - If the distance between
the gateways and the routers can be bounded, load-
based algorithms perform the best. However, in
situations where the distance between the routers
and the gateways is not constrained, interference-
based approaches lead to better load distribution
3.2 Throughput Based Approach
Throughput is one of the most important
parameters that affect the quality of service of
WMN.. A throughput based problem was studied
by Ping Zhou, Xudong Wang, B. S. Manoj and
Ramesh Rao in [7], however, their scheme was not
updated step by step, and the locations of gateways
were determined sequentially, so the location of
previously-placed gateways affects the location of
those placed later. In the paper published in [8]-[9],
author studied the challenging problem of
optimizing gateway placement for throughput in
Wireless Mesh Networks and propose a novel
algorithm based Particle Swarm Optimization
(PSO)algorithm. They are generated randomly
and independently, updated step by step with the
best method, so quickly find the optimal scheme
and achieve better result than previous studies.
Constructing computation model to calculate the
throughput of WMNs is very necessary, but it is
not simple to build. There are many
computation models built in [10]-[14], but all of
them,except [14], are not suitable for calculating
through put of WMNs.
3.3 Load Based Approach
Bejerano et al. study the problem of load-
balancing in mesh networks in [15]. The load-
balancing algorithm is executed in a centralized
point outside the mesh network, using a
interference-free graph model. Several studies use
balanced trees rooted at the gateways and route
traffic along the tree paths. Hsiao et al. [16] propose
a distributed algorithm to find a fully top load-
balanced tree, using a interference-free model.
Raniwala et al. propose the Hyacinth architecture
for multi-radio multichannel WMNs in [17].
Authors in [18] seek a delay-optimal routing forest,
where a tree is rooted at each gateway. The cost
function is not load-dependent, therefore their
scheme won’t achieve appreciable gains over
shortest path routing in balanced topologies.
3.4 GPP Based Approach
Various techniques for GPP were used in
different aspects using various methods such as
Leaner Programming (LP), Integer Leaner
Programming (ILP) based methods or metaheuristic
methods such as Genetic Algorithm (GA).In[22], a
fixed WMN Configuration model has been offered
to find the maximum and the optimal throughput
depending on fixed wireless nodes with specified
locations where the data streams were generated
logically as well as finding out how the network
can be configured to attain the optimum
throughput.The author prepared and investigated
optimization framework to determine the optimal
throughput and to lay the network configuration
[19], enumerative method has been applied to bring
different insights about the network structure
considering the optimal routes, schedules, and
physical layer factors. Thmodel assists in
determining the achievable throughput in
correspondent cenario [10]. In [23],an IG
placement approach to minimize the number of IGs
considering the bandwidth requirements in the MRs,
where the Problem has been formulated as a
network flow problem. A max-flow min-cut based
algorithm has been developed for IG selection. An
MR may be attached to multiple IGs through
multiple paths [19]. In [24], a new approach has
been proposed for solving the IGs’ bottleneck
problem in WMN, which aimed to optimize the
network performance. Firstly, MRs were distributed
and treated as normal nodes. Hence, a weighted
objective function has been designed using the
Algorithm normal distribution model to guarantee
the connectivity of all nodes, including the IGs then
the nodes with higher throughput and better
International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016
ISSN: 2394-2231 http://www.ijctjournal.org Page 156
connectivity configured as IGs using TSP algorithm
to choose among MRs [19]. In [20], a new scheme
has been proposed using GA to plan and optimize
to WMN backbone focusing on routing and channel
assignment. The scheme achieves a good solution
when dealing with large-scale WMN in relatively
small computation time. The results show the
effectiveness of GA operators [20]. In [21], a new
scheme has been proposed for planning and
optimizing WMN, GA used for planning the
location of IGs and MRs as well as for routing and
channel allocation optimization.
4. CONCLUSION
In the summary we would like to conclude
that various researchers had given different
algorithms for Gateway Placement considering
different techniques and still many other
researchers are working to improve upon the
existing techniques. But none of the technique can
fit in all cases. If some algorithm is suitable for one
situation then it may not be suitable for the other.
So, we cannot say that one particular algorithm may
be suitable for all.
5. REFERENCES
[1]D. Benyamina, A. Hafid, and M.Gendreau,
"Optimal Placement of Gateways in Multi-hop
Wireless Mesh Networks: A Clustering
basedApproach," IEEE 34thConference on Local
Computer Networks(LCN2009), pp.625-632, 2009.
[2]Jyoti Gupta, ParamjeetKaurBedi, Nitin Gupta
“Fault Tolerant Wireless Mesh Network: An
Approach” International Journal for Computer
Application (ISSN 0975-8887), Vol 23, Number 3
June ’11.
[3] B. Aoun, R. Boutaba, Y. Iraqi, and G. Kenward,
"Gateway Placement Optimization in Wireless
Mesh Networks With QoS Constraints," IEEE
Journal on Selected Areas in Communications, Vol.
24, No. 11,pp. 2127-2136, 2006.
[4]F. Zeng and Z. Chen, "Load Balancing
Placement of Gateways inWireless Mesh
Networks With QoS Constraints," IEEE 9th
International Conference for Young Computer
Scientists, ICYCS 2008, pp. 445-450.
[5]S. Waharte, R. Baouf, and P. Anelli, "Impact of
Gateways Placementon Clustering Algorithms in
Wireless Mesh Networks," IEEE International
Conference on Communications, ICC 2009, pp.1-5.
[6]Y. Bejerano, "Efficient integration of multi hop
wireless and wired networks with qos
constraints," IEEEIACM Transactions on
Networking,vol. 12, no. 6, pp. 1064 - 1078, 2004.
[7]P. Zhou, X. Wang, B. S. Manoj, and R. Rao, “On
optimizing gateway placement for throughput in
wireless mesh networks,” Journal on Wireless
Communications and Networking vol. 2010, pp. 12,
2010.
[8]V. T. Le, N. H. Dinh, and N. G. Nguyen, “The
minimum numbers of gateway for maximizing
throughput in wireless mesh networks,” in Proc.
2nd International Symposium on
Information and Communication Technology
(SoICT 2011), Ha Noi, Viet Nam, 2011.
[9] P. Gupta and P. R. Kumar, “Internets in the sky:
The capacity of three dimensional wireless
networks,” Commun. Inform and Syst., vol.1, no. 1,
pp. 33-49, Jan 2001.
[10]M. Grossglauser and D. Tse, “Mobility
increases the capacity of ad-hoc wireless networks,”
in Proc IEEE Infocomvol. 1, 2001.
[11]B. Liu, Z. Liu and D. Towsley, “On the capacity
of hybrid wireless networks,” in Proc IEEE
Infocomvol. 3, 2003.
[12]U. C. Kozat and L. Tassiulas, “Throughput
capacity of random ad hoc networks with
infrastructure support,” in Proc ACM Mobicomvol.
3,2003.
[13]A. Zemlianov and G. de Veciana, “Capacity
of ad hoc wirelessnetworks with infrastructure
support,” IEEE J. Sel. Areas Commun.,vol. 23, no.
3, pp. 657-667, Mar. 2005.
[14]P. Zhou, X. Wang, and .R. Rao, “Asymptotic
capacity of infrastructurewireless mesh networks,”
IEEE Transaction on Mobile Computing, vol.7, no.
8, pp. 1011-1024, Aug. 2008.
[15]Y. Bejerano, S.-J.Han, and A. Kumar,
“Efficient load-balancing routing for wireless mesh
networks,” Comput.Netw., vol. 51, no. 10,pp. 2450-
2466, 2007.
[16]P.-H. Hsiao, A. Hwang, H. Kung, and D.
Vlah, “Load-balancing routing for wireless access
networks,” in INFOCOM 2001, vol. 2,
2001,pp.986-995.
International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016
ISSN: 2394-2231 http://www.ijctjournal.org Page 157
[17]A. Raniwala and T.-C.Chiueh, “Architecture
and algorithms for an IEEE 802.11-based multi-
channel wireless mesh network,” in INFOCOM
2005. 24th Annual Joint Conference of the IEEE
Computerand Communications Societies, vol. 3,
2005, pp. 2223-2234.
[18]V. Mhatre, H. Lundgren, F. Baccelli, and C.
Diot, “Joint MAC-aware routing and load balancing
in mesh networks,” in Proc. of the 2007 ACM
CoNEXT conference, 2007.
[19]Le, Dac-Nhuong. "A Comparatives Study of
Gateway Placement Optimization in Wireless Mesh
Network using GA, PSO and ACO." International
Journal of Information and Network Security (IJINS)
2.4 (2013): 292-304.
[20]Pries, Rastin, et al. "A genetic approach for
wireless mesh network planning and optimization."
Proceedings of the 2009 International Conference
on Wireless Communications and Mobile
Computing:Connecting the World Wirelessly. ACM,
2009.
[21]Pries, Rastin, et al. "Genetic algorithms for
wireless mesh network planning." Proceedings of
the 13th ACM international conference on
Modeling, analysis, and simulation of
wireless and mobile systems.ACM, 2010.
[22]"Karnik, Aditya, AravindIyer, and
Catherine Rosenberg","Throughput-optimal
configuration of fixed wireless
networks","IEEE/ACM Transactions on
Networking (TON) 16.5 (2008): 1161-1174."
[23]R. Chandra, L. Qiu, K. Jain, M. Mahdian,”
Optimizing the placement of integration points in
multi-hop wireless networks”, in: Proceedings of
IEEE ICNP, Berlin, October 2004.
[24]"Jun, Peng, and Zhou QiangQiang."
"Gateways Placement Optimization in Wireless
Mesh Networks."," Networking and Digital Society,
2009. ICNDS'09.International Conference on.Vol.
1.IEEE,2009."

More Related Content

What's hot

multicast capacity in manet with infrastructure support
multicast capacity in manet with infrastructure supportmulticast capacity in manet with infrastructure support
multicast capacity in manet with infrastructure supportswathi78
 
5113jgraph01
5113jgraph015113jgraph01
5113jgraph01graphhoc
 
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...IOSR Journals
 
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
 
Congestion control, routing, and scheduling 2015
Congestion control, routing, and scheduling 2015Congestion control, routing, and scheduling 2015
Congestion control, routing, and scheduling 2015parry prabhu
 
IEEE BE-BTECH NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
IEEE BE-BTECH NS2 PROJECT@ DREAMWEB TECHNO SOLUTIONIEEE BE-BTECH NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
IEEE BE-BTECH NS2 PROJECT@ DREAMWEB TECHNO SOLUTIONranjith kumar
 
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
 
Intra cluster routing with backup
Intra cluster routing with backupIntra cluster routing with backup
Intra cluster routing with backupcsandit
 
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETSAN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETSIJCNCJournal
 
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...IJLT EMAS
 
A New Efficient Cache Replacement Strategy for Named Data Networking
A New Efficient Cache Replacement Strategy for Named Data NetworkingA New Efficient Cache Replacement Strategy for Named Data Networking
A New Efficient Cache Replacement Strategy for Named Data NetworkingIJCNCJournal
 
Optimization Algorithm to Control Interference-based Topology Control for De...
 Optimization Algorithm to Control Interference-based Topology Control for De... Optimization Algorithm to Control Interference-based Topology Control for De...
Optimization Algorithm to Control Interference-based Topology Control for De...IJCSIS Research Publications
 
Efficient Load Balancing Routing in Wireless Mesh Networks
Efficient Load Balancing Routing in Wireless Mesh NetworksEfficient Load Balancing Routing in Wireless Mesh Networks
Efficient Load Balancing Routing in Wireless Mesh Networksijceronline
 
Performance evaluation of interference aware topology power and flow control ...
Performance evaluation of interference aware topology power and flow control ...Performance evaluation of interference aware topology power and flow control ...
Performance evaluation of interference aware topology power and flow control ...IJECEIAES
 
IEEE 2015 NS2 Projects
IEEE 2015 NS2 ProjectsIEEE 2015 NS2 Projects
IEEE 2015 NS2 ProjectsVijay Karan
 

What's hot (19)

multicast capacity in manet with infrastructure support
multicast capacity in manet with infrastructure supportmulticast capacity in manet with infrastructure support
multicast capacity in manet with infrastructure support
 
5113jgraph01
5113jgraph015113jgraph01
5113jgraph01
 
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
Multipath Routing Protocol by Breadth First Search Algorithm in Wireless Mesh...
 
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...
 
Congestion control, routing, and scheduling 2015
Congestion control, routing, and scheduling 2015Congestion control, routing, and scheduling 2015
Congestion control, routing, and scheduling 2015
 
IEEE BE-BTECH NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
IEEE BE-BTECH NS2 PROJECT@ DREAMWEB TECHNO SOLUTIONIEEE BE-BTECH NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
IEEE BE-BTECH NS2 PROJECT@ DREAMWEB TECHNO SOLUTION
 
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 ...
 
Intra cluster routing with backup
Intra cluster routing with backupIntra cluster routing with backup
Intra cluster routing with backup
 
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETSAN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
AN EFFECTIVE CONTROL OF HELLO PROCESS FOR ROUTING PROTOCOL IN MANETS
 
B0781013215
B0781013215B0781013215
B0781013215
 
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
An Adaptive Cluster Head Election Algorithm for Heterogeneous Mobile Ad-hoc N...
 
Jz2417141717
Jz2417141717Jz2417141717
Jz2417141717
 
A New Efficient Cache Replacement Strategy for Named Data Networking
A New Efficient Cache Replacement Strategy for Named Data NetworkingA New Efficient Cache Replacement Strategy for Named Data Networking
A New Efficient Cache Replacement Strategy for Named Data Networking
 
Optimization Algorithm to Control Interference-based Topology Control for De...
 Optimization Algorithm to Control Interference-based Topology Control for De... Optimization Algorithm to Control Interference-based Topology Control for De...
Optimization Algorithm to Control Interference-based Topology Control for De...
 
Efficient Load Balancing Routing in Wireless Mesh Networks
Efficient Load Balancing Routing in Wireless Mesh NetworksEfficient Load Balancing Routing in Wireless Mesh Networks
Efficient Load Balancing Routing in Wireless Mesh Networks
 
Eb35725731
Eb35725731Eb35725731
Eb35725731
 
Performance evaluation of interference aware topology power and flow control ...
Performance evaluation of interference aware topology power and flow control ...Performance evaluation of interference aware topology power and flow control ...
Performance evaluation of interference aware topology power and flow control ...
 
IEEE 2015 NS2 Projects
IEEE 2015 NS2 ProjectsIEEE 2015 NS2 Projects
IEEE 2015 NS2 Projects
 
Position based Opportunistic routing in MANET
Position based Opportunistic routing in MANETPosition based Opportunistic routing in MANET
Position based Opportunistic routing in MANET
 

Viewers also liked

Toyota Verso
Toyota VersoToyota Verso
Toyota Versobpxplorer
 
DI in plain english with technology 2010
DI in plain english  with technology 2010DI in plain english  with technology 2010
DI in plain english with technology 2010Glenn Wiebe
 
Journalism in the 21st Century_LBSilva_FINAL
Journalism in the 21st Century_LBSilva_FINALJournalism in the 21st Century_LBSilva_FINAL
Journalism in the 21st Century_LBSilva_FINALLauren Silva
 
Trabajo final de energias no renovables (1)
Trabajo final de energias no renovables (1)Trabajo final de energias no renovables (1)
Trabajo final de energias no renovables (1)Tania Oré Toribio
 
BASE DE DATOS
BASE DE DATOSBASE DE DATOS
BASE DE DATOSJho Ausay
 
Social Studies in 21st Century June 2011
Social Studies in 21st Century June 2011Social Studies in 21st Century June 2011
Social Studies in 21st Century June 2011Glenn Wiebe
 
Les taxis g7 créent
Les taxis g7 créentLes taxis g7 créent
Les taxis g7 créentsylvain oren
 
Screenshots of Website
Screenshots of WebsiteScreenshots of Website
Screenshots of WebsiteNazish
 
Bluetooth
Bluetooth Bluetooth
Bluetooth srinidpi
 
Common Core for Argo 2012
Common Core for Argo 2012Common Core for Argo 2012
Common Core for Argo 2012Glenn Wiebe
 
Rcem1961 group-6615
Rcem1961 group-6615Rcem1961 group-6615
Rcem1961 group-6615rifkyn
 
лабиринттар
лабиринттарлабиринттар
лабиринттарulugbek81
 
Programa de mejoramiento Fedearroz FNA situacion actual y perspectivas
Programa de mejoramiento Fedearroz FNA situacion actual y perspectivasPrograma de mejoramiento Fedearroz FNA situacion actual y perspectivas
Programa de mejoramiento Fedearroz FNA situacion actual y perspectivasCIAT
 
Bluetooth and profiles on WEC7
Bluetooth and profiles on WEC7Bluetooth and profiles on WEC7
Bluetooth and profiles on WEC7gnkeshava
 
An Introduction to Legalese: The Language of Contracts
An Introduction to Legalese: The Language of Contracts   An Introduction to Legalese: The Language of Contracts
An Introduction to Legalese: The Language of Contracts Yamina Gava
 
Shortage of Skilled Labour in Construction Industry of Sri Lanka
Shortage of Skilled Labour in Construction Industry of Sri LankaShortage of Skilled Labour in Construction Industry of Sri Lanka
Shortage of Skilled Labour in Construction Industry of Sri LankaPrasan Premathilaka
 

Viewers also liked (20)

Toyota Verso
Toyota VersoToyota Verso
Toyota Verso
 
DI in plain english with technology 2010
DI in plain english  with technology 2010DI in plain english  with technology 2010
DI in plain english with technology 2010
 
Journalism in the 21st Century_LBSilva_FINAL
Journalism in the 21st Century_LBSilva_FINALJournalism in the 21st Century_LBSilva_FINAL
Journalism in the 21st Century_LBSilva_FINAL
 
Trabajo final de energias no renovables (1)
Trabajo final de energias no renovables (1)Trabajo final de energias no renovables (1)
Trabajo final de energias no renovables (1)
 
BASE DE DATOS
BASE DE DATOSBASE DE DATOS
BASE DE DATOS
 
Social Studies in 21st Century June 2011
Social Studies in 21st Century June 2011Social Studies in 21st Century June 2011
Social Studies in 21st Century June 2011
 
Les taxis g7 créent
Les taxis g7 créentLes taxis g7 créent
Les taxis g7 créent
 
Screenshots of Website
Screenshots of WebsiteScreenshots of Website
Screenshots of Website
 
Manhood
ManhoodManhood
Manhood
 
Bluetooth
Bluetooth Bluetooth
Bluetooth
 
Common Core for Argo 2012
Common Core for Argo 2012Common Core for Argo 2012
Common Core for Argo 2012
 
Rcem1961 group-6615
Rcem1961 group-6615Rcem1961 group-6615
Rcem1961 group-6615
 
Monisha_Sahni
Monisha_SahniMonisha_Sahni
Monisha_Sahni
 
лабиринттар
лабиринттарлабиринттар
лабиринттар
 
CV
CVCV
CV
 
Anteproyecto
AnteproyectoAnteproyecto
Anteproyecto
 
Programa de mejoramiento Fedearroz FNA situacion actual y perspectivas
Programa de mejoramiento Fedearroz FNA situacion actual y perspectivasPrograma de mejoramiento Fedearroz FNA situacion actual y perspectivas
Programa de mejoramiento Fedearroz FNA situacion actual y perspectivas
 
Bluetooth and profiles on WEC7
Bluetooth and profiles on WEC7Bluetooth and profiles on WEC7
Bluetooth and profiles on WEC7
 
An Introduction to Legalese: The Language of Contracts
An Introduction to Legalese: The Language of Contracts   An Introduction to Legalese: The Language of Contracts
An Introduction to Legalese: The Language of Contracts
 
Shortage of Skilled Labour in Construction Industry of Sri Lanka
Shortage of Skilled Labour in Construction Industry of Sri LankaShortage of Skilled Labour in Construction Industry of Sri Lanka
Shortage of Skilled Labour in Construction Industry of Sri Lanka
 

Similar to [IJCT-V3I2P21] Authors: Swati Govil, Dr.Paramjeet Rawat

Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...IJECEIAES
 
A Professional QoS Provisioning in the Intra Cluster Packet Level Resource Al...
A Professional QoS Provisioning in the Intra Cluster Packet Level Resource Al...A Professional QoS Provisioning in the Intra Cluster Packet Level Resource Al...
A Professional QoS Provisioning in the Intra Cluster Packet Level Resource Al...GiselleginaGloria
 
DYNAMIC HYBRID CHANNEL (WMN) FOR BANDWIDTH GUARANTEES IN AD_HOC NETWORKS
DYNAMIC HYBRID CHANNEL (WMN) FOR BANDWIDTH GUARANTEES IN AD_HOC NETWORKSDYNAMIC HYBRID CHANNEL (WMN) FOR BANDWIDTH GUARANTEES IN AD_HOC NETWORKS
DYNAMIC HYBRID CHANNEL (WMN) FOR BANDWIDTH GUARANTEES IN AD_HOC NETWORKSpharmaindexing
 
Active path updation for layered routing (apular) in wireless
Active path updation for layered routing (apular) in wirelessActive path updation for layered routing (apular) in wireless
Active path updation for layered routing (apular) in wirelessAlexander Decker
 
Active Path Updation For Layered Routing (Apular) In Wireless Mesh Networks
Active Path Updation For Layered Routing (Apular) In Wireless Mesh NetworksActive Path Updation For Layered Routing (Apular) In Wireless Mesh Networks
Active Path Updation For Layered Routing (Apular) In Wireless Mesh Networkschetan1nonly
 
An optimized link state routing protocol based on a cross layer design for wi...
An optimized link state routing protocol based on a cross layer design for wi...An optimized link state routing protocol based on a cross layer design for wi...
An optimized link state routing protocol based on a cross layer design for wi...IOSR Journals
 
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
 
A CROSS-LAYER BASED SCALABLE CHANNEL SLOT RE-UTILIZATION TECHNIQUE FOR WIRELE...
A CROSS-LAYER BASED SCALABLE CHANNEL SLOT RE-UTILIZATION TECHNIQUE FOR WIRELE...A CROSS-LAYER BASED SCALABLE CHANNEL SLOT RE-UTILIZATION TECHNIQUE FOR WIRELE...
A CROSS-LAYER BASED SCALABLE CHANNEL SLOT RE-UTILIZATION TECHNIQUE FOR WIRELE...cscpconf
 
A Cross Layer Based Scalable Channel Slot Re-Utilization Technique for Wirele...
A Cross Layer Based Scalable Channel Slot Re-Utilization Technique for Wirele...A Cross Layer Based Scalable Channel Slot Re-Utilization Technique for Wirele...
A Cross Layer Based Scalable Channel Slot Re-Utilization Technique for Wirele...csandit
 
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
 
MULTI-HOP BANDWIDTH MANAGEMENT PROTOCOL FOR MOBILE AD HOC NETWORKS
MULTI-HOP BANDWIDTH MANAGEMENT PROTOCOL FOR MOBILE AD HOC NETWORKSMULTI-HOP BANDWIDTH MANAGEMENT PROTOCOL FOR MOBILE AD HOC NETWORKS
MULTI-HOP BANDWIDTH MANAGEMENT PROTOCOL FOR MOBILE AD HOC NETWORKSIJMIT JOURNAL
 
rupali published paper
rupali published paperrupali published paper
rupali published paperRoopali Singh
 
A smart clustering based approach to
A smart clustering based approach toA smart clustering based approach to
A smart clustering based approach toIJCNCJournal
 
Gateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet ConnectivityGateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet Connectivityijsrd.com
 
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...ijdpsjournal
 
Modified q aware scheduling algorithm for improved fairness in 802.16 j networks
Modified q aware scheduling algorithm for improved fairness in 802.16 j networksModified q aware scheduling algorithm for improved fairness in 802.16 j networks
Modified q aware scheduling algorithm for improved fairness in 802.16 j networksIJCNCJournal
 
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
 
Multi-Channel Multi-Interface Wireless Network Architecture
Multi-Channel Multi-Interface Wireless Network ArchitectureMulti-Channel Multi-Interface Wireless Network Architecture
Multi-Channel Multi-Interface Wireless Network Architectureijsrd.com
 

Similar to [IJCT-V3I2P21] Authors: Swati Govil, Dr.Paramjeet Rawat (20)

Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
Improvement at Network Planning using Heuristic Algorithm to Minimize Cost of...
 
A Professional QoS Provisioning in the Intra Cluster Packet Level Resource Al...
A Professional QoS Provisioning in the Intra Cluster Packet Level Resource Al...A Professional QoS Provisioning in the Intra Cluster Packet Level Resource Al...
A Professional QoS Provisioning in the Intra Cluster Packet Level Resource Al...
 
DYNAMIC HYBRID CHANNEL (WMN) FOR BANDWIDTH GUARANTEES IN AD_HOC NETWORKS
DYNAMIC HYBRID CHANNEL (WMN) FOR BANDWIDTH GUARANTEES IN AD_HOC NETWORKSDYNAMIC HYBRID CHANNEL (WMN) FOR BANDWIDTH GUARANTEES IN AD_HOC NETWORKS
DYNAMIC HYBRID CHANNEL (WMN) FOR BANDWIDTH GUARANTEES IN AD_HOC NETWORKS
 
Active path updation for layered routing (apular) in wireless
Active path updation for layered routing (apular) in wirelessActive path updation for layered routing (apular) in wireless
Active path updation for layered routing (apular) in wireless
 
Active Path Updation For Layered Routing (Apular) In Wireless Mesh Networks
Active Path Updation For Layered Routing (Apular) In Wireless Mesh NetworksActive Path Updation For Layered Routing (Apular) In Wireless Mesh Networks
Active Path Updation For Layered Routing (Apular) In Wireless Mesh Networks
 
An optimized link state routing protocol based on a cross layer design for wi...
An optimized link state routing protocol based on a cross layer design for wi...An optimized link state routing protocol based on a cross layer design for wi...
An optimized link state routing protocol based on a cross layer design for wi...
 
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)
 
A CROSS-LAYER BASED SCALABLE CHANNEL SLOT RE-UTILIZATION TECHNIQUE FOR WIRELE...
A CROSS-LAYER BASED SCALABLE CHANNEL SLOT RE-UTILIZATION TECHNIQUE FOR WIRELE...A CROSS-LAYER BASED SCALABLE CHANNEL SLOT RE-UTILIZATION TECHNIQUE FOR WIRELE...
A CROSS-LAYER BASED SCALABLE CHANNEL SLOT RE-UTILIZATION TECHNIQUE FOR WIRELE...
 
A Cross Layer Based Scalable Channel Slot Re-Utilization Technique for Wirele...
A Cross Layer Based Scalable Channel Slot Re-Utilization Technique for Wirele...A Cross Layer Based Scalable Channel Slot Re-Utilization Technique for Wirele...
A Cross Layer Based Scalable Channel Slot Re-Utilization Technique for Wirele...
 
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...
 
MULTI-HOP BANDWIDTH MANAGEMENT PROTOCOL FOR MOBILE AD HOC NETWORKS
MULTI-HOP BANDWIDTH MANAGEMENT PROTOCOL FOR MOBILE AD HOC NETWORKSMULTI-HOP BANDWIDTH MANAGEMENT PROTOCOL FOR MOBILE AD HOC NETWORKS
MULTI-HOP BANDWIDTH MANAGEMENT PROTOCOL FOR MOBILE AD HOC NETWORKS
 
rupali published paper
rupali published paperrupali published paper
rupali published paper
 
AWN_FINAL_TERM_PAPER
AWN_FINAL_TERM_PAPERAWN_FINAL_TERM_PAPER
AWN_FINAL_TERM_PAPER
 
A smart clustering based approach to
A smart clustering based approach toA smart clustering based approach to
A smart clustering based approach to
 
Gateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet ConnectivityGateway Forwarding Schemes For Manet-Internet Connectivity
Gateway Forwarding Schemes For Manet-Internet Connectivity
 
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...A cross layer optimized reliable multicast routing protocol in wireless mesh ...
A cross layer optimized reliable multicast routing protocol in wireless mesh ...
 
Modified q aware scheduling algorithm for improved fairness in 802.16 j networks
Modified q aware scheduling algorithm for improved fairness in 802.16 j networksModified q aware scheduling algorithm for improved fairness in 802.16 j networks
Modified q aware scheduling algorithm for improved fairness in 802.16 j networks
 
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...
 
C046022025
C046022025C046022025
C046022025
 
Multi-Channel Multi-Interface Wireless Network Architecture
Multi-Channel Multi-Interface Wireless Network ArchitectureMulti-Channel Multi-Interface Wireless Network Architecture
Multi-Channel Multi-Interface Wireless Network Architecture
 

More from IJET - International Journal of Engineering and Techniques

More from IJET - International Journal of Engineering and Techniques (20)

healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...healthcare supervising system to monitor heart rate to diagonize and alert he...
healthcare supervising system to monitor heart rate to diagonize and alert he...
 
verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...verifiable and multi-keyword searchable attribute-based encryption scheme for...
verifiable and multi-keyword searchable attribute-based encryption scheme for...
 
Ijet v5 i6p18
Ijet v5 i6p18Ijet v5 i6p18
Ijet v5 i6p18
 
Ijet v5 i6p17
Ijet v5 i6p17Ijet v5 i6p17
Ijet v5 i6p17
 
Ijet v5 i6p16
Ijet v5 i6p16Ijet v5 i6p16
Ijet v5 i6p16
 
Ijet v5 i6p15
Ijet v5 i6p15Ijet v5 i6p15
Ijet v5 i6p15
 
Ijet v5 i6p14
Ijet v5 i6p14Ijet v5 i6p14
Ijet v5 i6p14
 
Ijet v5 i6p13
Ijet v5 i6p13Ijet v5 i6p13
Ijet v5 i6p13
 
Ijet v5 i6p12
Ijet v5 i6p12Ijet v5 i6p12
Ijet v5 i6p12
 
Ijet v5 i6p11
Ijet v5 i6p11Ijet v5 i6p11
Ijet v5 i6p11
 
Ijet v5 i6p10
Ijet v5 i6p10Ijet v5 i6p10
Ijet v5 i6p10
 
Ijet v5 i6p2
Ijet v5 i6p2Ijet v5 i6p2
Ijet v5 i6p2
 
IJET-V3I2P24
IJET-V3I2P24IJET-V3I2P24
IJET-V3I2P24
 
IJET-V3I2P23
IJET-V3I2P23IJET-V3I2P23
IJET-V3I2P23
 
IJET-V3I2P22
IJET-V3I2P22IJET-V3I2P22
IJET-V3I2P22
 
IJET-V3I2P21
IJET-V3I2P21IJET-V3I2P21
IJET-V3I2P21
 
IJET-V3I2P20
IJET-V3I2P20IJET-V3I2P20
IJET-V3I2P20
 
IJET-V3I2P19
IJET-V3I2P19IJET-V3I2P19
IJET-V3I2P19
 
IJET-V3I2P18
IJET-V3I2P18IJET-V3I2P18
IJET-V3I2P18
 
IJET-V3I2P17
IJET-V3I2P17IJET-V3I2P17
IJET-V3I2P17
 

Recently uploaded

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 

Recently uploaded (20)

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 

[IJCT-V3I2P21] Authors: Swati Govil, Dr.Paramjeet Rawat

  • 1. International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016 ISSN: 2394-2231 http://www.ijctjournal.org Page 153 Comparative Analysis of Gateway Placement Approaches for Wireless Mesh Network Swati Govil1 , Dr.Paramjeet Rawat2 1,2 (Department of Computer Science, IIMT Engineering College, Dr. A.P.J. Abdul Kalam Technical University) ----------------------------------------************************---------------------------------- Abstract: Wireless mesh networks offer high bandwidth Internet access for mobile users anywhere and at any time. It is an emerging technology that uses wireless multi-hop networking to provide a cost-efficient way for community or enterprise users to have broadband Internet access and share network resource. In this paper, we have tried to give a comparative analysis of various Gateway Placement approaches which can be helpful in understanding which approach will be useful in which situation. Keywords — Mesh networks, Gateway Placement, Clustering, Optimization, Throughput. ----------------------------------------************************---------------------------------- I. INTRODUCTION A wireless mesh network (WMN)[1] is a communication network made up of radio nodes organized in a mesh topology, which often consists of mesh clients, mesh routers and gateways. The mesh clients are often laptops, cell phones and other wireless devices, which are connected to the Internet through the mesh routers. The mesh routers forward traffic to and from the gateways which is connected to the Internet. The coverage area of the radio nodes working as a single network is sometimes called a mesh cloud. Access to this mesh cloud is dependent on the radio nodes working in harmony with each other to create a radio network. A mesh network is reliable and offers redundancy. When one node can no longer operate, the rest of the nodes can still communicate with each other, directly or through one or more intermediate nodes. Wireless mesh networks can be implemented with various wireless technology including 802.11, 802.16, cellular technologies or combinations of more than one type. A wireless mesh network has some features which are similar to wireless ad-hoc network. It is often assumed that all nodes in a wireless mesh network are immobile but this is not necessary. The mesh routers may be highly mobile and are not limited to power, memory, calculating ability and operate as intelligent switching devices. A wireless mesh network has some features which are similar to wireless ad-hoc network. It is often assumed that all nodes in a wireless mesh network are immobile but this is not necessary. The mesh routers may be highly mobile and are not limited to power, memory, calculating ability and operate as intelligent switching devices. A. Classification of WMNs Wireless networks can be classified based on the connectivity types of the various network elements, which are either Point to Point (PTP), Point to Multi-Point (PTM) or Multi-Point to Multi-Point(MPM) networks. However, they are not scalable and their level of adaptability is low. PTM networks are moderately scalable, but they have low adaptability and reliability. In order to overcome these limitations, Multi-point to Multi- point (MTM) networks are offering features that provide high reliability, adaptability and scalability to accommodate a large number of users. As the number of nodes in the network [8] increases the transmission power needed for each node will be reduced. But, MTM wireless networks use multiple hops to increase coverage without the need for increasing the transmission power. MTM wireless networks are using today’s standard like the IEEE 802.11 family. These types of networks are called mesh networks. In this paper we focus on RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016 ISSN: 2394-2231 http://www.ijctjournal.org Page 154 a special class of MTM network called Wireless Mesh Networks. 2. WMNARCHITECTURE In recent years, the optimizing WMN problem is interested in many researches. However it still remains open. In all of them, gateway placement is the most interested problem in optimizing WMN as most of the network traffic in such network either inside the network between the MCs via MRs or from/to the internet via the IGs and this may result in many problems such as these IGs may be potential bottleneck points because all traffics should be passed through these IGs. If the IGs placed, too far from the MRs this will increase the transmission time by increasing the number of hops that the packets will traverse from the source to the destination, which will result in delay. Thus, packet loss may happen, and if they placed close to MRs, the transmission time decreases, but the network cost will increase due to the high cost of the IG installation because of using physical links to be connected to the internet. Therefore, IG placement optimization is essential in planning and designing of the WMN, especially in the earlier stages of network design, which usually based on topology considerations to minimize overheads of using sophisticated protocols that will be used in the future to overcome the problem of IG placement in high levels of network planning and configuration. Therefore, the network performance depends largely on the optimal placement of MRs especially the IGs. In this paper, we highlight the various gateway placement approaches. 3. VARIOUS APPROACHES USED FOR GATEWAY PLACEMENT 3.1 Clustering Based Approach In wireless mesh networks (WMNs), load balancing placement of gateways is important to the network performance. The process of grouping a set of nodes into classes of similar nodes is called clustering. Clustering Based Gateway Placement Algorithm (CBGPA) [1] guarantees end-to-end bounded delay communications with a good handling of network scalability. While in one of the approach the researcher divided the network into a set of disjoint clusters, subject to multiple constraints, and then within each cluster a single mesh router is chosen as the gateway to serve the nodes within the cluster. Research [2-3] has used different clustering-based approaches to find near- optimal solutions to the gateway placement problem under quality-of-service (QoS) requirements (such as delay and throughput performance). In paper [2] the author addressed the problem of gateways placement, consisting of placing a minimum number of gateways such that quality-of-service (QoS) requirements are satisfied and presented a near optimal heuristics algorithm for gateway placement, and later compared its performance with some previously known sub- optimal solutions. B. Aoun et al. [3] addressed the problem of gateways placement by placing a minimum number of gateways such that quality-of- service (QoS) requirements are satisfied using polynomial time near-optimal algorithm which recursively computes minimum weighted Dominating Sets (DS), while consistently using both analysis and simulation, and showed that it outperforms other alternative schemes by comparing the number of gateways placed in different scenarios. F. Zeng et al. [4] addressed the problem of load balanced gateway placement, and proposed a greedy algorithm GA-LBC to partition a WMN into load-balance and disjointed clusters, each cluster satisfies QoS requirements. Based on GA-LBC algorithm and the principles of genetic algorithm, author proposed a hybrid algorithm HA- LBPG to get the near-optimal solution. Using this approach the number of gateways generated by HA- LBPG is nearly equal to the result from other gateway placement algorithms, and as far as the load balancing on the gateways is concerned, HA-LBPG performs much better than the other existing techniques. Bejerano[6] addressed the gateway placement problem as a variant of the capacitated facility location problem (CFLP), and proposed a clustering algorithm. Each gateway served a cluster of its nearby MRs, and a spanning tree rooted at the gateway (cluster head) was used for message delivery. Bejerano's approach [6] involves two steps algorithm. The first step was to find a minimal
  • 3. International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016 ISSN: 2394-2231 http://www.ijctjournal.org Page 155 number of disjoint clusters containing all the nodes subject to an upper bound on clusters' radius. The second step was to generate a spanning tree in each cluster and subdivide the clusters which violated the relay load or cluster size constraints. Paper [5] has investigated the performance of several clustering algorithms for gateway placement in WMNs Using the network topology of an already-deployed network. RECOMMENDATION - If the distance between the gateways and the routers can be bounded, load- based algorithms perform the best. However, in situations where the distance between the routers and the gateways is not constrained, interference- based approaches lead to better load distribution 3.2 Throughput Based Approach Throughput is one of the most important parameters that affect the quality of service of WMN.. A throughput based problem was studied by Ping Zhou, Xudong Wang, B. S. Manoj and Ramesh Rao in [7], however, their scheme was not updated step by step, and the locations of gateways were determined sequentially, so the location of previously-placed gateways affects the location of those placed later. In the paper published in [8]-[9], author studied the challenging problem of optimizing gateway placement for throughput in Wireless Mesh Networks and propose a novel algorithm based Particle Swarm Optimization (PSO)algorithm. They are generated randomly and independently, updated step by step with the best method, so quickly find the optimal scheme and achieve better result than previous studies. Constructing computation model to calculate the throughput of WMNs is very necessary, but it is not simple to build. There are many computation models built in [10]-[14], but all of them,except [14], are not suitable for calculating through put of WMNs. 3.3 Load Based Approach Bejerano et al. study the problem of load- balancing in mesh networks in [15]. The load- balancing algorithm is executed in a centralized point outside the mesh network, using a interference-free graph model. Several studies use balanced trees rooted at the gateways and route traffic along the tree paths. Hsiao et al. [16] propose a distributed algorithm to find a fully top load- balanced tree, using a interference-free model. Raniwala et al. propose the Hyacinth architecture for multi-radio multichannel WMNs in [17]. Authors in [18] seek a delay-optimal routing forest, where a tree is rooted at each gateway. The cost function is not load-dependent, therefore their scheme won’t achieve appreciable gains over shortest path routing in balanced topologies. 3.4 GPP Based Approach Various techniques for GPP were used in different aspects using various methods such as Leaner Programming (LP), Integer Leaner Programming (ILP) based methods or metaheuristic methods such as Genetic Algorithm (GA).In[22], a fixed WMN Configuration model has been offered to find the maximum and the optimal throughput depending on fixed wireless nodes with specified locations where the data streams were generated logically as well as finding out how the network can be configured to attain the optimum throughput.The author prepared and investigated optimization framework to determine the optimal throughput and to lay the network configuration [19], enumerative method has been applied to bring different insights about the network structure considering the optimal routes, schedules, and physical layer factors. Thmodel assists in determining the achievable throughput in correspondent cenario [10]. In [23],an IG placement approach to minimize the number of IGs considering the bandwidth requirements in the MRs, where the Problem has been formulated as a network flow problem. A max-flow min-cut based algorithm has been developed for IG selection. An MR may be attached to multiple IGs through multiple paths [19]. In [24], a new approach has been proposed for solving the IGs’ bottleneck problem in WMN, which aimed to optimize the network performance. Firstly, MRs were distributed and treated as normal nodes. Hence, a weighted objective function has been designed using the Algorithm normal distribution model to guarantee the connectivity of all nodes, including the IGs then the nodes with higher throughput and better
  • 4. International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016 ISSN: 2394-2231 http://www.ijctjournal.org Page 156 connectivity configured as IGs using TSP algorithm to choose among MRs [19]. In [20], a new scheme has been proposed using GA to plan and optimize to WMN backbone focusing on routing and channel assignment. The scheme achieves a good solution when dealing with large-scale WMN in relatively small computation time. The results show the effectiveness of GA operators [20]. In [21], a new scheme has been proposed for planning and optimizing WMN, GA used for planning the location of IGs and MRs as well as for routing and channel allocation optimization. 4. CONCLUSION In the summary we would like to conclude that various researchers had given different algorithms for Gateway Placement considering different techniques and still many other researchers are working to improve upon the existing techniques. But none of the technique can fit in all cases. If some algorithm is suitable for one situation then it may not be suitable for the other. So, we cannot say that one particular algorithm may be suitable for all. 5. REFERENCES [1]D. Benyamina, A. Hafid, and M.Gendreau, "Optimal Placement of Gateways in Multi-hop Wireless Mesh Networks: A Clustering basedApproach," IEEE 34thConference on Local Computer Networks(LCN2009), pp.625-632, 2009. [2]Jyoti Gupta, ParamjeetKaurBedi, Nitin Gupta “Fault Tolerant Wireless Mesh Network: An Approach” International Journal for Computer Application (ISSN 0975-8887), Vol 23, Number 3 June ’11. [3] B. Aoun, R. Boutaba, Y. Iraqi, and G. Kenward, "Gateway Placement Optimization in Wireless Mesh Networks With QoS Constraints," IEEE Journal on Selected Areas in Communications, Vol. 24, No. 11,pp. 2127-2136, 2006. [4]F. Zeng and Z. Chen, "Load Balancing Placement of Gateways inWireless Mesh Networks With QoS Constraints," IEEE 9th International Conference for Young Computer Scientists, ICYCS 2008, pp. 445-450. [5]S. Waharte, R. Baouf, and P. Anelli, "Impact of Gateways Placementon Clustering Algorithms in Wireless Mesh Networks," IEEE International Conference on Communications, ICC 2009, pp.1-5. [6]Y. Bejerano, "Efficient integration of multi hop wireless and wired networks with qos constraints," IEEEIACM Transactions on Networking,vol. 12, no. 6, pp. 1064 - 1078, 2004. [7]P. Zhou, X. Wang, B. S. Manoj, and R. Rao, “On optimizing gateway placement for throughput in wireless mesh networks,” Journal on Wireless Communications and Networking vol. 2010, pp. 12, 2010. [8]V. T. Le, N. H. Dinh, and N. G. Nguyen, “The minimum numbers of gateway for maximizing throughput in wireless mesh networks,” in Proc. 2nd International Symposium on Information and Communication Technology (SoICT 2011), Ha Noi, Viet Nam, 2011. [9] P. Gupta and P. R. Kumar, “Internets in the sky: The capacity of three dimensional wireless networks,” Commun. Inform and Syst., vol.1, no. 1, pp. 33-49, Jan 2001. [10]M. Grossglauser and D. Tse, “Mobility increases the capacity of ad-hoc wireless networks,” in Proc IEEE Infocomvol. 1, 2001. [11]B. Liu, Z. Liu and D. Towsley, “On the capacity of hybrid wireless networks,” in Proc IEEE Infocomvol. 3, 2003. [12]U. C. Kozat and L. Tassiulas, “Throughput capacity of random ad hoc networks with infrastructure support,” in Proc ACM Mobicomvol. 3,2003. [13]A. Zemlianov and G. de Veciana, “Capacity of ad hoc wirelessnetworks with infrastructure support,” IEEE J. Sel. Areas Commun.,vol. 23, no. 3, pp. 657-667, Mar. 2005. [14]P. Zhou, X. Wang, and .R. Rao, “Asymptotic capacity of infrastructurewireless mesh networks,” IEEE Transaction on Mobile Computing, vol.7, no. 8, pp. 1011-1024, Aug. 2008. [15]Y. Bejerano, S.-J.Han, and A. Kumar, “Efficient load-balancing routing for wireless mesh networks,” Comput.Netw., vol. 51, no. 10,pp. 2450- 2466, 2007. [16]P.-H. Hsiao, A. Hwang, H. Kung, and D. Vlah, “Load-balancing routing for wireless access networks,” in INFOCOM 2001, vol. 2, 2001,pp.986-995.
  • 5. International Journal of Computer Techniques -– Volume 3 Issue 2, Mar- Apr 2016 ISSN: 2394-2231 http://www.ijctjournal.org Page 157 [17]A. Raniwala and T.-C.Chiueh, “Architecture and algorithms for an IEEE 802.11-based multi- channel wireless mesh network,” in INFOCOM 2005. 24th Annual Joint Conference of the IEEE Computerand Communications Societies, vol. 3, 2005, pp. 2223-2234. [18]V. Mhatre, H. Lundgren, F. Baccelli, and C. Diot, “Joint MAC-aware routing and load balancing in mesh networks,” in Proc. of the 2007 ACM CoNEXT conference, 2007. [19]Le, Dac-Nhuong. "A Comparatives Study of Gateway Placement Optimization in Wireless Mesh Network using GA, PSO and ACO." International Journal of Information and Network Security (IJINS) 2.4 (2013): 292-304. [20]Pries, Rastin, et al. "A genetic approach for wireless mesh network planning and optimization." Proceedings of the 2009 International Conference on Wireless Communications and Mobile Computing:Connecting the World Wirelessly. ACM, 2009. [21]Pries, Rastin, et al. "Genetic algorithms for wireless mesh network planning." Proceedings of the 13th ACM international conference on Modeling, analysis, and simulation of wireless and mobile systems.ACM, 2010. [22]"Karnik, Aditya, AravindIyer, and Catherine Rosenberg","Throughput-optimal configuration of fixed wireless networks","IEEE/ACM Transactions on Networking (TON) 16.5 (2008): 1161-1174." [23]R. Chandra, L. Qiu, K. Jain, M. Mahdian,” Optimizing the placement of integration points in multi-hop wireless networks”, in: Proceedings of IEEE ICNP, Berlin, October 2004. [24]"Jun, Peng, and Zhou QiangQiang." "Gateways Placement Optimization in Wireless Mesh Networks."," Networking and Digital Society, 2009. ICNDS'09.International Conference on.Vol. 1.IEEE,2009."