WirelessNetworksCapacity: Difference between revisions

From
Jump to navigation Jump to search
(problem expl. finisshed)
(waya out)
Line 46: Line 46:


= Ways out of the capacity limitations =
= Ways out of the capacity limitations =

As one can see this is quite bad news and very much against the intuitive ideas I pointed out at [[WirelessNetworksCapacity#Foreword|the beginning of this article]]. This is especially bad, since capacity is (as far as we know today) the limiting factor in manets. Take this as an example: Due to mobility of the nodes, there is link breakage, which in turn causes routing queries (bursty traffic) depending on the routing protocol. This again causes congestion. Finally, the result will not just be some dropped data packets but loss of routing information and further misrouting.

However, as with most good theories there might be some hope in questioning the taken assumptions. Do these assumptions really apply to the real world scenarios? Let's concentrate on the following assumption:
* each node wishes to communicate with each other node equally often
This means that the load on each node increases with the distance each node wishes to communicate (multi hop). However, is it really justified to assume that each node wishes to communicate with each other node equally often? Wouldn't it be much more likely, that a node's end-point of communication is a nearby node, say a neighbour?

Revision as of 20:49, 7 February 2005

Abstract

Foreword

To make it very clear at the beginning: The capacity problem as presented in this article is not mainly related to wireless networks but rather to all kind of peer-to-peer networks. That is, the presented capacity problem does not only occur in wireless networks but in all kind of multihop networks, which are organised in a peer-to-peer manner. So this has nothing to do with the interference problems (e.g. hidden node, exposed node).

Intuitively, one could think that the more nodes join a wireless peer-to-peer net, the more capacity is available to each node. This maybe naive idea is somewhat lead by assuming that more nodes mean more redundant routes, which in return means more transportable traffic. In the end, this article tries to explain why this is not true.

I would also like to mention that this article is very much based on two papers, which can be found in the references section.

MANET with optimally and radomly placed nodes

In the following we will look at to the following two distinct setups of wireless ad-hoc networks. First we will consider a MANET with optimally placed nodes. Then we will look at how the capacity available to each node evolves when the nodes are randomly placed.

MANET with optimally placed nodes

Let's consider a MANET with optimally placed nodes.

Assumptions

In order to draw our conclusion the following assumptions are made:

  1. each node's transmission range is optimally chosen
  2. each node wishes to communicate with each other node equally often

Conclusions

Regarding these assumptions we can draw the following conclusions:

  1. The total one-hop capacity of an optimal net grows linearly with the area of the net. That is, if nodes are added to the net, the total capacity of the net increases linearly. This is because each added node is placed to the edge of the network, increasing the area of the net, due to the optimal characteristics of this kind of net. Therefore, an added node also adds his capacity part to the total capacity of the network.
    Here we assume a constant node density (and as said in the foreword we neglect interference issues).
    To put it more mathematically we can say that the total number of bits that can be transported by the net obeys to , where n stands for the number of nodes.
  2. Since each node wishes to communicate with each other node equally often (see the made assumptions), the average path length grows linearly with the diameter of the area of the net. As you might still know from your math classes at school the diameter and the area obey to the following equations:


    Here π and the number 2 are constant -- only A is variable. Hence, the diameter d is dependent on the sq root of the area A. Therefore, we can conclude that (taken the assumptions) the average path length grows with the square root of the area. The area itself is linearly dependent on the total number of nodes in the net. Hence the average path length (or number of hops, respectively) grows with
  3. Considering the above two conclusions one can see that the total end-to-end capacity is the total one-hop capacity divided by the average path length (or number of hops, respectivly):
  4. Hence, the total end-to-end capacity available to each node is the total end-to-end capacity divided by the number of nodes n:

    So assuming the given assumptions the optimal end-to-end throughput available to each node in a manet is:

    where W stands for the maximum capacity of transport medium (e.g. 11Mbit/s for 802.11b Wifi).

Illustrating example

Imagine a net whose transport medium is capable of 11 Mbit/s (e.g. 802.11b). If this net consists of 100 nodes the total end-to-end throughput available to each node is 1.1 Mbit/s:

If the net increased to 1000 nodes the throughput available to each node would decrease to about 0.34 Mbit/s:

Please bear in mind that this capacity needs to include all kinds of protocol overhead (e.g. MAC, IP, TCP or UDP etc.).

MANET with randomly placed nodes

In a randomly chosen network with

  • n identical randomly located nodes
  • fixed transmission range
  • randomly chosen destination (likely far away destinations)
  • interference issues are again neglected

we get at best the following total end-to-end throughput available to each node:

Explaining this result would be beyond the scope of this article. If you are interested in how this is derived you should read this paper.


Ways out of the capacity limitations

As one can see this is quite bad news and very much against the intuitive ideas I pointed out at the beginning of this article. This is especially bad, since capacity is (as far as we know today) the limiting factor in manets. Take this as an example: Due to mobility of the nodes, there is link breakage, which in turn causes routing queries (bursty traffic) depending on the routing protocol. This again causes congestion. Finally, the result will not just be some dropped data packets but loss of routing information and further misrouting.

However, as with most good theories there might be some hope in questioning the taken assumptions. Do these assumptions really apply to the real world scenarios? Let's concentrate on the following assumption:

  • each node wishes to communicate with each other node equally often

This means that the load on each node increases with the distance each node wishes to communicate (multi hop). However, is it really justified to assume that each node wishes to communicate with each other node equally often? Wouldn't it be much more likely, that a node's end-point of communication is a nearby node, say a neighbour?