Fuzzy Linguistic Knowledge for Active Queue Management in Wireless Ad-Hoc Networks

Fuzzy Linguistic Knowledge for Active Queue Management in Wireless Ad-Hoc Networks

Essam Natsheh
DOI: 10.4018/978-1-60566-148-3.ch016
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

Mobile ad-hoc network is a network without infrastructure, where every node has its own protocols and services for powerful cooperation in the network. Every node also has the ability to handle the congestion in its queues during traffic overflow. Traditionally, this was done through Drop-Tail policy, where the node drops the incoming packets to its queues during overflow condition. Many studies showed that early dropping of incoming packet is an effective technique to avoid congestion and to minimize the packet latency. Such an approach is known as Active Queue Management (AQM). In this chapter an enhanced algorithm, called Fuzzy-AQM, is suggested using fuzzy logic system to achieve the benefits of AQM. Uncertainty associated with queue congestion estimation and lack of mathematical model for estimating the time to start dropping incoming packets makes the Fuzzy-AQM algorithm the best choice. Extensive performance analysis via simulation showed the effectiveness of the proposed method for congestion detection and avoidance improving overall network performance.
Chapter Preview
Top

Introduction

Mobile ad-hoc network is a network without infrastructure where every node can work as a router. Every node has protocols and services to request and provide services to other nodes with the congestion handling capability. Traditionally, the congestion handling is done through Transmission Control Protocol (TCP). This protocol sends congestion signal (drop incoming packets) when the node's queue is full (queue length is maximum). Some studies (Braden, 1998; Floyd, 1993) showed that early dropping of incoming packet before reaching the maximum queue length is an effective technique to avoid congestion and to minimize the packet latency, e. g. Active Queue Management (AQM) drops incoming packets before the queue is full in contrast to traditional queue management which starts dropping only when the queue in overflowed.

Mobile ad-hoc networks suffer high network congestion due to high bit error rate (BER) in the wireless channel, increased collisions due to the presence of hidden terminals, interference, location dependent connection, uni-directional links, frequent path breaks due to mobility of nodes and the inherent fading properties of the wireless channel (Murthy, 2004). This substantiates the need for high adaptive AQM algorithms with adapting capabilities to high variability and uncertainty for these types of networks. The proposed fuzzy logic based AQM (called Fuzzy-AQM) is such types of algorithms to overcome the above shortcoming in ad-hoc networks. The application of fuzzy logic to the problem of congestion control allows us to specify the relationship between queue parameters and packets dropping probability using “if...then...” type of linguistic rules. The fuzzy logic algorithm would be able to translate or interpolate these rules into a nonlinear mapping.

In this study, the focus is to investigate the impact of the traditional and Fuzzy-AQM algorithms on the ad-hoc network. The considered strategy is as follows: when the congestion is detected, the node uses one of the AQM policies to drop the incoming data packets. Meanwhile, it allows the control packets to pass to the queue using Drop-Tail policy. Therefore, the data packets are dropped first when the packets drop probability exceeds a certain threshold while the control packets are still acceptable until the queue is full.

Control messages are preferred to pass to the queue during congestion time for the following reasons:

  • 1.

    Control messages are used to update the changes of the network topology. Therefore, they prevent data packet to be transmitted through broken paths.

  • 2.

    Data packets are “connection oriented”, that is, guaranteed delivery to their destinations by TCP. In contrast, control messages are “connectionless”; that is, the dropped message will not be retransmitted again.

  • 3.

    Control message size is very small compared to data packet. Normally in ad-hoc routing protocols, control message size is 64 bytes while data packet is 512 bytes, i. e. the control message takes small space in the queue and fast processing time in the node.

The rest of this paper is organized as follows. Section II summarizes related work on the common AQM polices issues and focuses on previous implementations of fuzzy AQM policies. Followed by congestion in ad-hoc networks, the fuzzy dropping algorithm as a new AQM policy (Fuzzy-AQM), performance analyzes of the proposed algorithm, and finally the conclusions.

Top

The most famous AQM algorithm is Random Early Detection (RED) (Floyd, 1993). The RED algorithm manages the queue in an active manner by randomly dropping packets with increasing probability as the average queue size increases. It maintains two thresholds that determine the rate of packet drops: a lower threshold (denoted by minth) and an upper threshold (denoted by maxth). For each packet k arrives to the queue, the drop probability for that packet pd (k) is given by:

978-1-60566-148-3.ch016.m01
(1) where qc is current queue size, avg is current average queue size and maxp is maximum drop probability.

Complete Chapter List

Search this Book:
Reset