22
A novel approach of A novel approach of gateway selection and gateway selection and placement in cellular placement in cellular Wi-Fi system Wi-Fi system Presented By Rajesh Prasad

A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Embed Size (px)

Citation preview

Page 1: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

A novel approach of gateway A novel approach of gateway selection and placement in cellular selection and placement in cellular

Wi-Fi systemWi-Fi system

Presented By

Rajesh Prasad

Page 2: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

ABSTRACTABSTRACT

1. Establishing metro-scale “cellular Wi-Fi” network to support seamless Internet access in the urban area.

2. Find the minimum number of gateways and their optimal placement for a given network graph so as to minimize the network installation costs while maintaining reliability, flexibility, and an acceptable grade of service.

3. Develop a set of linear inequalities based on various constraints.

4. Solve the Integer Linear Programming(ILP) model by using lpsolve.

Page 3: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

IntroductionIntroduction

IEEE 802.11 has one of the fastest adaptation rate seen in the history of technology.

In the near future Access Points (APs) will be scattered over an entire city enabling people to use any mobile devices equipped with IEEE 802.11 network interface card.

The cellular Wi-Fi system is essentially a meshed infrastructure network, which is different from the existing cellular systems and ad hoc networks.

Only a minimum number of APs called gateways in cellular Wi-Fi are connected to the wired backbone, while other APs connect to the gateways through single or multi-hop wireless links.

Page 4: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Related Work and our ContributionRelated Work and our Contribution

In most of the clustering techniques used in multihop wireless network, the cluster structure is controlled by hop distance.

Graph Partitioning: The graph partitioning problem is NP-Complete. Partitioning software’s make best effort to partition the graph in k-parts, where each part has equal number of nodes.

Most algorithm to select the location of gateways to interconnect a mobile data network with a fixed data network based on minimizing average packet delays.

Different gateways have different bandwidth capacity, and each Different gateways have different bandwidth capacity, and each gateway can serve different number of APs. gateway can serve different number of APs.

Our algorithm gives Good clusterOur algorithm gives Good cluster

Page 5: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Conceptual DiagramConceptual Diagram

Any AP with a connection to the backbone network (e.g. via DSL, cable modem, T1, T3 or OC1 line) is a candidate for gateway.

Page 6: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Network GraphNetwork Graph

Page 7: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Constraints of an efficient gateway Constraints of an efficient gateway selection algorithmselection algorithm

1. Topology independent: The algorithm should be independent of network structure, with the ability of working efficiently for any given network topology.

2. Transparency: The algorithm should not impact the client and should be totally transparent to users.

3. Load balancing: It should distribute the network load as evenly as possible among the gateways.

4. Fault tolerance: It should prevent single point of failure.

Page 8: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Parameters of ILP modelParameters of ILP model

Page 9: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Proposed ILP modelProposed ILP model

Page 10: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Explanation of ILP model (1)Explanation of ILP model (1)

11..

2. 2.

node ‘j’ is associated with node ‘i’, if node ‘i’ has been selected as the gateway and node ‘j’ is an AP

Page 11: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Explanation of ILP model (2)Explanation of ILP model (2)

3. 3. To make sure that the total traffic of all the APs selected by a gateway is not more than the maximum capacity of the gateway.

4. 4. Once a node has been selected, it cannot be selected by another gateway.

Page 12: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Explanation of ILP model (3)Explanation of ILP model (3)

Cost Function :Cost Function :We define the cost by considering both the establishment cost of the gateways and number of hops its associated APs are away from the gateway.Minimize the overall system cost:

Page 13: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Result of our algorithmResult of our algorithm

Fig 3. Good Clusters formed by our approach

18

4

6

5

10

8

7

3032

31

26

1

2

3

9

11

12

23

25

27

13

28

22

24

29

17

14

1516

20

19

21

APs in Cluster 1

APs in Cluster 2

APs in Cluster 3

Gateway

Page 14: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Result of greedy approachResult of greedy approach

Fig 4. Bad Clusters formed by Greedy approach

4

6

5

10

8

7

31

26

1

2

3

9

11

32

23

25

28

22

24

29

17

19

21

APs in Cluster 1

APs in Cluster 2

APs in Cluster 3

Gateway

1218

13

30

27

1615

20

14

Page 15: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

AssumptionsAssumptionsPopulation is uniformly distributed with a population density of 3371 per square mile by using the city of Houston, TX example.

25% of people use Wi-Fi devices and subscribe to cellular Wi-Fi service providers.

Approximately 10 APs are needed per square mile so each AP will serve approximately 84 people.

A normal user can withstand a delay of 10 seconds for his web page to be loaded and he roughly takes 30 seconds to absorb the content of the page.

A normal user will not require more than 20 Kbps for normal web surfing, email, citrix , messaging systems and the like.

Gateway capacity varies from 1.544 Mbps to 51.85 Mbps.

Page 16: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Simulation Results Simulation Results The inequalities discussed in ILP model are solved by using lpsolve, a simplex-based code for linear and integer programming problems by Michel Berkelaar.

The results obtained from lpsolve are compared with greedy algorithm for gateway selection.

The results are discussed in the following slides

Page 17: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

We assumed that 10% of the nodes in the network graph are the gateway candidates. Every mobile device sharing an AP can simultaneously connect at 20 Kbps. Number of nodes varies from 25 to 100.

Page 18: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

The total number of node is 60 and each user generates data traffic at a rate of 25kbps.The percentage of candidate nodes varies from 5% to 20%.

Page 19: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

The bandwidth usage by each user is varied from 20kbps to 45kbps. The total number of nodes is fixed at 60 and 10% of nodes are potential candidate for gateway.

Page 20: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

ConclusionsConclusionsThe proposed approach can effectively identify a minimum number of gateways at optimal locations in a cellular Wi-Fi network, resulting in significant lower cost and better clusters.

The proposed ILP model considers not only the capacity of the gateways, but also economic aspects associated with installing them and minimum hop count of all the associated APs with a particular gateway.

The algorithm provides a high degree of reliability, flexibility and scalability.

It also prevents single point of failure.

Page 21: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

AnalogyAnalogy

Page 22: A novel approach of gateway selection and placement in cellular Wi-Fi system Presented By Rajesh Prasad

Thank youThank you,

Questions