Skip to main content

Forecasting WiMAX traffic by data mining methodology

Abstract

One of the most important objectives of wireless network service providers is to make the traffic as uniform as possible in different sectors of the network. In this paper, we analyze the uniformity of the traffic in a WiMAX network with the aid of a forecasting methodology. Taking into account the high volume of data transferred in a wireless network and the requirement of real time, we propose a forecasting methodology based on data mining. The theoretical basis of the proposed method is explained in detail. Its implementation is highlighted by diagrams, which explain each step of the algorithm. The method is applied on real data and the obtained results are discussed.

1 Introduction

Worldwide Interoperability for Microwave Access (WiMAX) technology is a modern solution for wireless networks. One of the most difficult problems that appear in the exploitation of a WiMAX network is the non-uniformity of traffic developed by different base stations. This comportment is induced by the ad hoc nature of wireless networks and concerns the service providers who administrate the network. The amount of traffic through a base station (BS) should not be higher than the capacity of that BS. If the amount of traffic approaches the capacity of the BS, then it saturates. Due to the traffic non-uniformity, different BS will saturate at different future moments. These moments can be predicted using traffic forecasting methodologies.

The traces obtained by the registration of the traffic of each BS composing a WiMAX network are time series. Many approaches involving time series models have been used for traffic forecasting, such as statistical models or models based on neural networks, [1]. For more than two decades, Box-Jenkins autoregressive integrated moving average (ARIMA) technique has been used for time series forecasting. This class of models is used to build the time series model in a sequence of steps which are repeated until the optimum model is achieved. Box-Jenkins models can be used to represent stationary or non-stationary processes. ARIMA models are used for traffic forecasting in [2, 3]. In [2] the authors proposed to model the traffic evolution in an IP backbone network at large time scales. The forecasting method is accelerated by using wavelets, taking into account the sparsity of wavelet coefficients. Wavelets can localize data in time scale space. At high scales, wavelets have a small time support and are able to identify discontinuities or singularities, while at low scales wavelets have a larger time support and can identify periodicities. The algorithm of the traffic analysis methodology proposed in [2] is presented in Figure 1.

Figure 1
figure 1

The forecasting methodology proposed in [[2]].

The methodology supposes the use of ARIMA models in the wavelet domain to estimate the overall tendency and the variability of the time series belonging to a wireline network traffic database. The first block in Figure 1 implements a multiresolution analysis (MRA), using the stationary wavelet transform (SWT), providing two types of wavelet coefficients: approximation coefficients used for modeling the traffic overall tendency and detail coefficients used for modeling the variability around the overall tendency of traffic. The second block in Figure 1 implements an analysis of variance (ANOVA) procedure, which validates the MRA previously implemented. The third block in Figure 1 establishes the two statistical models for the overall tendency and for the variability of traffic, using ARIMA modeling and Box-Jenkins methodology. Finally, the last block in Figure 1 estimates the risk of saturation of the considered server.

The first goal of the present paper is of methodological nature. We show that the approach presented in [2] can be regarded as a data mining methodology. The WiMAX traffic forecasting method proposed in this paper, inspired by [2], is designed following the Cross Industry Standard Process for Data Mining (CRISP-DM) methodology. Data mining is an analytic process designed to explore and to extract useful information from large data volumes. According to CRISP-DM [4], the process has several steps: business understanding, data understanding, data preparation, modeling, evaluation and deployment. The succession of those phases and their interdependence are represented in Figure 2.

Figure 2
figure 2

Phases of a data mining project.

The second goal of this paper is of practical nature. We present the proposed forecasting algorithm, highlighting the differences between the wireline and wireless traffic and the results obtained for a WiMAX database.

The structure of the paper is as follows. In Section 2, the phases of design are described. Section 3 is dedicated to the implementation of the proposed forecasting system, each sub-system functionality being exemplified by figures. The results obtained applying the proposed forecasting methodology are presented in Section 4. Finally, Section 5 concludes the paper.

2 The WiMAX traffic forecasting method

In the following, details about the phases of the proposed algorithm in Figure 2 are presented.

2.1 Business understanding

The first phase of a data mining project involves understanding the objectives and the requirements of the project, defining the problem and designing a preliminary plan to achieve these objectives. The objective of the proposed algorithm is to predict when upgrades of a given BS must take place. We compute an aggregate demand for each BS and we look at its evolution at time scales larger than 1 h. The requirement of the project is to perform this prediction fast and precise. We have chosen the forecasting methodology proposed in [2], and our preliminary plan was to adapt this methodology to the case of a WiMAX network.

2.2 Data understanding

Data understanding phase implies collecting initial data, describing and exploring data. In our case, the data was obtained by monitoring the traffic from 67 BS composing a WiMAX network. The duration of collection is 8 weeks. Our database is formed by numerical values representing the total number of packets/bytes from uplink and downlink channels, for each BS. The values were recorded every 15 min and the traces are accessible in two formats: bytes per second and packets per second. Supplementary details about the database are presented in [5]. We will analyze the format in packets per second, because it is easier to handle time series with smaller values of samples. For estimating the moment when the traffic of each BS becomes comparable with the BS capacity, the downlink channel is more important. The traffic has a higher volume in downlink. Therefore, the results presented in the following correspond to downlink channel. The risk of saturation of the BS in uplink is considerably smaller.

2.3 Data preparation

This phase includes selecting data to be used for analysis and data clearing, such as identification of the potential errors in data sets, handling missing values, and removal of noises or other unexpected results that could appear during the acquisition process. The incomplete or missing data constitute a problem. Despite the efforts made to reduce their occurrence, in most cases missing values cannot be avoided. If the number of missing values is big, the results are not relevant. It is therefore essential to know how to minimize the amount of missing values and which strategy to select in order to handle missing data. There are several strategies of handling missing data, for example delete all instances where there is at least one missing value, replacing missing attribute values by the attribute mean, or estimating each of the missing values using the values that are present in the dataset (interpolation) [6]. There are many different interpolation methods such as linear, polynomial, cubic or nearest neighbor interpolation. We have chosen the cubic interpolation because for some BS the missing values are situated on the first/last position of the vector and this fact forbids us to use, for example, the linear interpolation.

Next, a multi-time scale analysis is proposed. The SWT is used to decompose the original signal into a range of frequency bands. The level of decomposition (n) depends on the length of the original signal. For a discrete signal, in order to be able to apply the SWT, if the decomposition at level n is needed, 2nmust divide evenly the length of the signal. Level n of decomposition gives n+1 signals for processing: one approximation signal, corresponding to the current level, and n detail sequences, corresponding to each of the n decomposition levels. The value of n gives the maximal number of resolutions which can be used in the MRA.

WiMAX traffic exhibits some periodicities which are better noticed if the sampling interval is modified from 15 to 90 min. So, by temporal decimation with a factor of 6, these time series can be transformed in signals with a temporal resolution of 1.5 h. This represents the highest time resolution which is used in the proposed MRA. Further on, these temporal series will be denoted by x(t). The derived temporal series x(2pt) have a temporal resolution of 2p×1.5 h.

To extract the overall trend of the traffic time series, the MRA of the temporal series x(t), using temporal resolutions between 1.5 and 96 h, is performed. We used Shensa’s algorithm, which corresponds to the computation of the SWT, with six levels of decomposition. At each temporal resolution, two categories of coefficients are obtained: approximation coefficients and detail coefficients. The overall trend of the traffic time series is better highlighted by the sequence of approximation coefficients obtained at the time resolution of 96 h (corresponding to the sixth decomposition level), a6. In the data mining context, the separation of the last sequence of approximation coefficients can be regarded as a data preparation operation. The form of this sequence is appropriate for modeling the overall tendency of the traffic, using linear predictive models. The detail sequences reflect the variability of the traffic and have different energies. In the following, the detail sequences corresponding to time resolutions between 1.5 and 96 h will be denoted by d1d6. The equation describing the proposed multi-time scale analysis is:

x(t)= a 6 (t)+ p = 1 6 d p (t).
(1)

Computing the energies of the detail sequences d1d6, we observed that the highest energy corresponds to d3(the time resolution of 12 h). The next detail energy value in decreasing order corresponds to a time resolution of 24 h (the detail d4), where the highest periodicities of the time series were observed. The energy of the coefficients a6, d3, and d4represents a great quantity of the overall energy of the analyzed time series. The total energy contained in x(t) will be:

E= |x(t) | 2 dt=||x(t)| | 2 .
(2)

Hence, we have decided to ignore the detail sequences with small energies, to reduce the amount of computation and to keep in our multi-time scale analysis only the details d3and d4, which explain the deviation of the time series around its overall trend:

x(t)= a 6 (t)+β d 3 (t)+γ d 4 (t).
(3)

The model in (3) represents the new statistical model for the traffic time series to be predicted. It reduces the multiple linear regression model in (1) to only two components: the overall trend of the traffic (described by a6) and the variability (described by the detail coefficients d3and d4). In order to use the new statistical model, the weights β and γ must be identified. First, for the identification of the weight β, the contribution of d4is neglected. The new statistical model will be expressed by:

x(t)= a 6 (t)+β d 3 (t)+e(t),
(4)

where e(t) represents the error of the new statistical model.

The optimal value of parameter β can be found by minimizing the mean square of e(t):

β opt = argmin β x(t) a 6 (t)β d 3 (t) 2 .
(5)

The already mentioned search procedure can be used for the computation of the optimal value of γ as well. This time, the contribution of the coefficient sequence, d4, is taken into account. The new statistical model will be expressed by:

x(t)= a 6 (t)+ β opt d 3 (t)+γ d 4 (t)+e(t).
(6)

The optimal value of parameter γ can be found by minimizing the new mean square of e(t):

γ opt = argmin γ x(t) a 6 (t) β opt d 3 (t) 2 .
(7)

For capacity planning purposes, one only needs to know the traffic baseline in the future, along with possible fluctuations of the traffic around this particular baseline. Since our goal is not to forecast the exact amount of traffic on a particular day in the future, we calculate the weekly standard deviation as the average of the seven values computed within each week. Given that the sequence a6(t) is a very smooth approximation of the original signal, we calculate its average across each week and we create a new time series, capturing the long-term trend from one week to the next. Approximating the original signal, using weekly average values for the overall long-term trend and the daily standard deviation, results in a model which accurately captures the desired behavior. So, our database is prepared now for modeling the overall tendency of the traffic and the variability around this tendency.

2.4 Modeling

Modeling phase involves the selection of the modeling technique and the estimation of model’s parameters. Our goal is to model the tendency and the variability of the traffic using linear time series models. Let us denote the terms describing the variability with:

dt 3 (t)= β opt d 3 (t)+ γ opt d 4 (t).
(8)

2.4.1 Basic stochastic models in time series analysis

In the following, some basic stochastic models in time series analysis are presented.

An autoregressive model of order p (AR(p)) is a weighted linear sum of the past p values [7] and it is defined by the following equation:

X t = Z t + ϕ 1 X t 1 + ϕ 2 X t 2 ++ ϕ p X t p ,
(9)

where X t represent the time series which the model must establish, ϕ p (.) is a p th degree polynomial and Z t is a white noise time series.

A moving average (MA) process of order q is a weighted linear sum of the past q random shocks:

X t = Z t + θ 1 Z t 1 + θ 2 Z t 2 ++ θ q Z t q ,
(10)

where θ q (.) is a q th degree polynomial and Z t is a white noise random process with constant variance and zero mean [7].

Being given a time series of data X t , an autoregressive moving average (ARMA) model is a tool for understanding and predicting future values in this series. The model consists of two parts, an AR part and a MA part. The model is usually then referred to as the ARMA(p,q) model, where p is the order of the autoregressive part and q is the order of the moving average part. A time series X t is an ARMA(p,q) process if X t is stationary and if:

ϕ(B) X t =θ(B) Z t ,
(11)

which can be expressed as:

n = 1 p ϕ n X t n = n = 1 q θ n Z t n ,
(12)

where ϕ p (.) and θ q (.) are p th and q th degree polynomials and B is the backward shift operator (B j X t =Xtj, B j Z t =Ztj, j=0,1,…).

The ARMA model fitting procedure assumes data to be stationary. If the time series exhibits variations that violate the stationary assumption, then there are specific approaches that could be used to render the time series stationary. Most statistical forecasting methods are based on the assumption that the time series can be rendered approximately stationary through the use of mathematical transformations. A stationarized series is relatively easy to predict because its statistical properties will be the same in the future as they have been in the past. The predictions for the stationarized series can then be transformed by reversing whatever mathematical transformations were previously used, to obtain predictions for the original series. Thus, finding the sequence of transformations needed to stationarize a time series often provides important clues in the search for an appropriate forecasting model. One of the operations which can be used for the stationarization of a time series is the differencing operation. The first difference of a time series is the series of changes from one moment to the next. If Y(t) denotes the value of the time series Y at time t, then the first difference of Y at time t is equal to Y(t)−Y(t−1). If the first difference of Y is stationary but correlated, then a more sophisticated forecasting model, such as exponential smoothing or ARIMA may be appropriate.

ARIMA model is a generalization of an ARMA model. In statistics and signal processing, ARIMA models, sometimes called Box-Jenkins models after the iterative Box-Jenkins methodology used to estimate them, are usually applied for time series data. ARIMA models are fitted to time series data, either to better understand the data or to predict future points in the series. They are applied in some cases where data show evidence of non-stationarity, when some initial differencing steps must be applied to remove the non-stationarity.

The model is generally referred to as an ARIMA(p,d,q), where p, d, and q are integers greater than or equal to zero and refer to the order of the autoregressive, integration (number of differencing steps needed to achieve stationarity), and moving average parts of the model, respectively:

ϕ(B) ( 1 B ) d X t =θ(B) Z t .
(13)

A generalization of standard ARIMA(p,d,q) processes is the fractional ARIMA model, referred to as FARIMA(p,d,q) [8]. The difference between ARIMA and FARIMA consists in the degree of differencing d, which for FARIMA models takes real values.

We have selected ARIMA modeling procedure and we have implemented it with the aid of Box-Jenkins methodology.

2.4.2 Box-Jenkins methodology

The Box-Jenkins methodology [9] applies to ARMA or ARIMA models to find the best fit of a time series to its past values, in order to make forecasts. The original methodology uses an iterative three-stage modeling approach:

  • Model identification and model selection. The first goal is to make sure that the time series are stationary. Stationarity can be assessed from a run sequence plot. It can also be detected from an autocorrelation plot. Specifically, non-stationarity is often indicated by an autocorrelation plot with very slow decay. The second goal is to identify seasonality in the dependent series. Seasonality (or periodicity) can usually be assessed from an autocorrelation plot, a seasonal sub-series plot, or a spectral plot.

  • Parameter estimation. Once stationarity and seasonality have been addressed, the next step is to identify the order (i.e., the p and q) of the AR and MA parts. The primary tools for doing this are the autocorrelation (ACF) plot and the partial autocorrelation (PACF) plot. The sample ACF plot and the sample PACF plot are compared to the theoretical behavior of these plots, when the order is known. Specifically, for an AR(1) process, the sample ACF should have an exponentially decreasing appearance. However, higher-order AR processes are often a mixture of exponentially decreasing and damped sinusoidal components. The ACF of a MA(q) process becomes zero at lag q+1 and greater, so we examine the sample ACF to see where it essentially becomes zero.

  • Model checking by testing whether the estimated model conforms to the specifications of a stationary univariate process. In particular, the residuals should be as small as possible and should not follow a model. If the estimation is inadequate, we have to go back to step one and attempt to build a better model.

The determination of an appropriate ARMA(p,q) model to represent an observed stationary time series involves the order p and q selection and estimation of the mean, the coefficients ϕ p and θ q , and the variance of the white noise, σ2. When p and q are known, good estimators of ϕ and θ can be found by imagining the data to be observations of a stationary Gaussian time series and maximizing the likelihood with respect to the parameters ϕ p , θ q and σ2. The estimators obtained using this procedure are known as maximum likelihood estimators (MLE). The aim of this method is to determine the parameters that maximize the probability of observations. A detailed theoretical approach regarding MLE is presented in [10].

In the following, the problem of selecting appropriate values for the orders p and q will be discussed. Several criteria have been proposed in the literature, since the problem of model selection arises frequently in statistics [11].

Developed by Akaike in 1969, final prediction error (FPE) criterion is used to select the appropriate order of an AR process to fit to a time series X1,…,X n . The most accurate model has the smallest FPE. The FPE for an AR process of order p can be estimated according to the following equation:

FPE= σ ̂ 2 · n + p n p ,
(14)

where n is the number of samples and σ ̂ 2 is the estimated noise variance.

The Akaike information criterion (AIC) is a measure of the goodness of fit of an estimated statistical model. In fact, AIC is the generalization of maximum likelihood principle. Given observations X1,…,X n of an ARMA process, the AIC statistic is defined as:

AIC=2·ln(L)+2(p+q+1),
(15)

where L is the likelihood function.

The corrected AIC (AICC) is a bias-corrected version of the AIC, proposed in [10]. This criterion is applied as follows: choose p, q, ϕ p , and θ q to minimize:

AICC=2·lnL+ 2 ( p + q + 1 ) n n p q 2 ,
(16)

where n is the number of samples.

In the case of AICC and AIC statistics, for n, the factors 2(p+q+1)n/(npq−2) respective 2(p+q+1) are asymptotically equivalent.

The Bayesian information criterion (BIC) is another criterion for model selection, used to correct the overfitting nature of the AIC [10]. For a zero-mean causal invertible ARMA(p,q) process, BIC is defined by the following equation:

BIC = ( n p q ) · ln n σ ̂ 2 n p q + n · ( 1 + ln 2 π ) + + ( p + q ) · ln ( t = 1 n X t 2 n σ 2 ̂ ) p + q ,
(17)

where σ ̂ 2 is is the maximum likelihood estimator of σ2(the white noise variance of the AR(p) model).

The goal of the Box-Jenkins methodology is to find an appropriate model so that the residuals are as small as possible and exhibit no patterns [9]. The residuals represent all the influences on the time series which are not explained by other of its components (trend, seasonal component, trade cycle). The steps involved to build the model are repeated in order to find a specific multiple times formula that copies the patterns in the series as closely as possible and produces accurate forecasts. The input data must be adjusted first to form a stationary series and next, a basic model can be identified [9]. The initial model can be selected using Matlab function idpoly.

2.5 Evaluation

One of the most important phases of a data mining project is the evaluation phase, which collaborates with all the precedent phases. The connection with data preparation phase supposes the evaluation of the MRA, using ANOVA (see Figure 1).

2.5.1 Analysis of variance

ANOVA is a statistical method used to quantify the amount of variability accounted by each term in a multiple linear regression model. It can be used in the reduction of a multiple linear regression model process, identifying those terms in the original model that explain the most significant amount of variance.

The sum squared error (SSE) is defined as:

SSE= t = 1 n e ( t ) 2 ,
(18)

where e(t) represents the error of the model.

We denote the following sum with SSX:

SSX= t = 1 n y ( t ) 2 ,
(19)

where y(t) is the observed response of the model.

The total sum of squares (SST) is defined as the uncertainty that would be present if one had to predict individual responses without any other information:

SST= t = 1 n y ( t ) y ( t ) ¯ 2 ,
(20)

where y ( t ) ¯ represents the mean of y(t).

The ANOVA methodology splits this variability into two parts. One component is accounted for by the model and it corresponds to the reduction in uncertainty that occurs when the regression model is used to predict the response. The remaining component is the uncertainty that remains even after the model is used. The regression sum of squares, SSR, is defined as the difference between SST and SSE. This difference represents the sum of the squares explained by the regression.

The fraction of the variance that is explained by the regression determines the goodness of the regression and is called coefficient of determination, R2:

R 2 = SSR SST .
(21)

The model is considered to be statistically significant if it can account for a large fraction of the variability in the response, i.e. yields large values for R2.

2.6 Deployment

The final stage, deployment, involves the application of the model to new data in order to generate predictions. A statistical model is aggregated for each BS using the corresponding overall tendency and variability models and its trajectory is established. The saturation moment can be found at the intersection of this trajectory with a horizontal line which represents the BS saturation threshold.

3 Implementation

We will exemplify in the following the stages of the proposed forecasting method, using an example of a particular trace (corresponding to BS1). We will begin with the data preparation stage. The simple plot of the traffic curves shows the existence of periodicities in the traffic. In Figure 3 the traffic evolution during 1 week, randomly selected for BS1, is presented.

Figure 3
figure 3

A curve describing the weekly traffic evolution for a BS arbitrarily selected.

In order to verify the existence of periodicities, we calculated the Fourier transform of the signal and we analyzed the power spectral density in Figure 4. We can remark, in Figure 4, the eighth harmonic which corresponds to a period of 24 h. The dominant period across all traces is the 24 h one. The trace in Figure 4 has been arbitrarily chosen. There are other traces in the database for which the eighth harmonic is dominant, being several times bigger than the other harmonics and proving the periodicity with the period of 24 h of the traffic. However, depending on the trace, the periodicity with the period of 24 h can also be hidden. This periodicity has social reasons, reflecting a pattern of diurnal comportment of the network. Such seasonal behavior is commonly observed in practical time series.

Figure 4
figure 4

The power spectral density of the signal from Figure 3. The arrow indicates the eighth harmonic.

Next, we will consider a traffic curve recorded during 8 weeks, represented in Figure 5 with blue.

Figure 5
figure 5

A traffic curve recorded during 8 weeks, its long-term trend ( a 6 ( t )) and deviations from a 6 ( t ).

The representation contains specific underlying overall trend, represented in red. The other two curves represent the deviation, plus (in green)/minus (in black), from the approximation signal. It can be observed that a large part of the traffic is contained between the green and black lines. The red line indicates an increase of the traffic in time, suggesting the possibility of saturation of BS1.

The following step of the data preparation stage is the multi-time scale analysis, implemented by the MRA described in Equation 1. The sequences of approximation coefficients for six levels of decomposition are shown in Figure 6.

Figure 6
figure 6

The approximation coefficient sequences.

It can be observed that with a higher level of decomposition, the sequence of approximation coefficients becomes more smoothed. The sequences of detail coefficients for six levels of decomposition are depicted in Figure 7.

Figure 7
figure 7

The detail coefficient sequences.

One of the goals of the multi-time scale analysis is to reduce the amount of data, by rejecting some detail coefficient sequences, without compromising the precision of the forecast. The result of this step is the new statistical model of the traffic in Equation 3. It involves the identification of parameters β and γ, as it is shown in Equations 5 and 7. In Figures 8 and 9, the minimization procedures described in Equations 5 and 7 are highlighted.

Figure 8
figure 8

The search of the best value of β .

Figure 9
figure 9

The search of the best value of γ .

The reconstruction of the original traffic (first plot) using the estimation of the overall trend (realized using a6) and the estimation of the variability (realized using β d3-second plot and β d3+γ d4-third plot) are presented in Figure 10.

Figure 10
figure 10

Reconstruction of the original traffic using the estimations of the overall trend and variability.

The approximation errors are higher in the second plot than in the third plot. This remark justifies the utilization of both weights β and γ. The approximation in the second plot is smoother than the approximation in the third plot. So, the utilization of the weight γ diminishes the high-frequency components of the errors.

As it was already mentioned, for a long-term forecasting, we have computed averages across each week for the terms from the right side of the model in Equation 3. The resulting signal is presented in Figure 11 with red colour. It can be observed that this signal represents a good approximation of the overall tendency of the traffic.

Figure 11
figure 11

The average weekly long-term trend and the average daily standard deviation within a week.

The next step consists in modeling. We used the Box-Jenkins methodology [9] to fit linear time series models, separately for the overall trend and for the variability, starting with the estimations in Figure 11. The estimations ‘mean approximation plus’ and ‘mean approximation minus’ are used for modeling the variability, while the estimation ‘approximation per week’ is used for modeling the overall trend.

In the following, we will present an example to show how the Box-Jenkins methodology for WiMAX traffic prediction is applied. In Figure 12, the approximation coefficients (a6) and their first and second differences are presented.

Figure 12
figure 12

The approximation coefficients (first line) and their first (second line) and second (third line) differences.

The first step is to study which of these sequences are stationary, in order to establish the value of the parameter d. The correlations of the signals in Figure 12 are represented in Figure 13.

Figure 13
figure 13

Autocorrelations of sequence approximation (first line), their first (second line) and second (third line) differences.

The correlation of a stationary sequence must vanish after few samples. Analyzing Figure 13, we can observe that the third sequence (from up to bottom) has the higher decreasing speed. It has a peak in its middle. The sample values fall rapidly at the left and the right of this pick, becoming close to zero. This decrease is faster than the one observed in the middle plot in Figure 13 or in the upper plot. The PAC of the signals in Figure 12 are represented in Figure 14. They are also useful for the estimation of orders p and q.

Figure 14
figure 14

Partial correlations of sequence approximation (first line), their first (second line) and second (third line) differences.

Analyzing Figure 14, we obtain the same conclusion as in the case of Figure 13. The sequence obtained by computing the second difference of the sequence of approximations is more stationary than the sequence obtained by computing the first difference of approximations or than the sequence of approximations itself. In fact, in [9] it is devised to apply the Box-Jenkins methodology two times. First, an initial model is established and then it is optimized in the second run. To initialize the Matlab Box-Jenkins methodology (the function b j.m), some information is required: the data to be modeled (one of the three sequences: the approximation c6, its first difference, or its second difference, in our case) and the model (the values p and q and the initial coefficients of the polynomials ϕ of order p and θ of order q) to be initialized. The results of the function b j.m represent the optimal values of coefficients of the polynomials θ and ϕ (which permit the mathematical description of the model), the degree in which the model fits the data (it must be as small as possible), and the value of FPE which must be as small as possible. The orders p and q of the polynomials ϕ and θ can be identified based on their coefficients but the value of the parameter d from the ARIMA model cannot be identified using the function b j.m. For this reason it is identified based on stationarity tests.

One of the most important stages of the proposed WiMAX traffic forecasting methodology is the evaluation. In this phase, both models (for overall tendency and variability of the traffic) are evaluated and all the precedent steps are reviewed. In order to see if the new statistical model in (3) is representative, we used ANOVA and we computed the coefficient of determination. We have obtained good results for each BS for both statistical models, applying the forecasting algorithm to all the downlink traces from the database and obtaining statistically significant ARIMA models for each traffic overall tendency and variability of each BS. We have identified the model parameters (p and q) using MLE. The best model was chosen as the one that provides the smallest AICC, BIC and FPE while offering the smallest mean square prediction error for a number of weeks ahead.

The last stage of the proposed forecasting methodology consists in deployment. The models obtained for the long-term trend of the downlink traces from the database indicate that the first difference of those time series is consistent with a simple MA model (p=0) with one or two terms (q=1 and d=1 or q=2 and d=1) plus a constant value μ ot . Similar results were obtained for the models of variability of the traffic.

The moment when the saturation of the BS takes place can be predicted comparing the trajectory of the overall traffic forecast with the BS’s saturation threshold, as shown in Figure 15.

Figure 15
figure 15

The trajectory for the long-term forecasts.

The need for one differencing operation at lag one and the existence of term μ ot across the model indicate that the long-term trend of the downlink traffic is a simple exponential smoothing with growth. The trajectory for the long-term forecasts will be a sloping line, whose slope is equal to μ ot . Similar conclusions can be formulated for the variability of the downlink traffic. The trajectory for the variability forecast is a sloping line as well, but it has a much smaller slope. The sum of these sloping lines is a third line, parallel with the trajectory of the long-term forecast, which represents the trajectory of the overall forecast. Hence, the risk of saturation of a BS is proportional with the slope of its overall tendency. Given the estimates of μ ot across all models, corresponding to all BS, we can conclude, based on the positive values of those slopes, that all traces exhibit upward trends, but grow at different rates.

4 Results

The slope of the overall tendency line in Figure 15 is equal to μ ot . Analyzing Figure 15, it can be observed that a BS saturates faster if μ ot has a higher value. Indeed, for the same value of the saturation threshold, with the growth of μ ot , the value of t s (which indicates the moment of saturation in Figure 15) will decrease. So, the value of μ ot is proportional with the saturation risk of the considered BS.

In Table 1, a classification of BS in terms of the saturation risk is presented. More precisely, the BS are listed in decreasing order of the slope of the overall tendency of their traffic. For BS50, the value of μ ot was estimated as equal to 2.06×1016bits/s2. The results obtained for BS50 are not relevant because a lot of data are missing in the corresponding trace, the interpolation process becoming not reliable. The BS shown on the first column in Table 1 have high values of μ ot . This means that these BS have a higher risk of saturation than the other ones. The BS with the highest risk of saturation are the following: BS63, BS60, BS3, BS49, BS61. These are the BS which must be upgraded first. The moment, t s , when the upgrade must take place can be computed using the values of μ ot and the values of the BS capacity, as it can be seen in Figure 15.

Table 1 BS risk of saturation

The base stations with the smallest risk of saturation are BS15, BS11, BS31, BS17 and BS21. Comparing the results in Table 1, it can be observed that the risk of saturation of BS63 is ten times bigger than the risk of saturation of BS21. So, the traffic of different BS is far to be uniform. This is a significant result because it shows the existence of some limitations in the design of WiMAX networks. This design is based on the Shanon communications theory, which does not take into account some particularities of the wireless networks, for example their ad hoc nature, or the effects of different social influences. The traffic analysis presented in this paper is useful for network designers and administrators, being one of the first studies on WiMAX traffic forecasting subjects.

5 Conclusions

We have argued that the traffic forecasting methodology proposed in [2] can be regarded as a data mining methodology and can be adapted for WiMAX traffic prediction. We have observed that the principal difference between the wireline traffic considered in [2] and the WiMAX traffic consists in the higher variability of the wireless traffic. So, the adaptation of the traffic forecasting methodology presented in Figure 1, in the case of the wireless traffic, consists in the optimization of the ANOVA procedure, as can be seen in Figure 16 (we considered a second parameter, γ, and we enphasized this modification using the red circle).

Figure 16
figure 16

The proposed forecasting methodology.

This optimization is described in Equation 7. Because, in the case of WiMAX traffic, we have obtained smaller energy values for the sequence d3 than the corresponding values obtained in [2], we have additionally considered the sequence d4.

The proposed forecasting methodology extracts the traffic trends from historical measurements and can identify the BS which exhibits higher growth rates and, thus, may require additional capacity in the future. It is capable of isolating the overall long trend and identifying the components that significantly contribute to its variability. Predictions based on approximations of those components provide accurate estimates with a minimal computational overhead. All our forecasts were obtained in seconds. All the procedures described are implemented as Matlab functions. We have found that the BS of the considered network are more charged in downlink cycles than in uplink cycles. This unbalanced comportment gives some indications about the user needs, and its analysis can give useful information for the local operators, regarding the number of users at different locations within the network. We cannot come up with a single WiMAX network-wide forecasting model for the aggregate demand. Different parts of the network grow at different rates (long-term trend) and experience different types of variation (deviation from the long-term trend). This comportment prove that other methods must be applied to make the traffic uniform. For example, it could be possible to optimize the positions of some BS [12].

This paper presents one of the first attempts to forecast the traffic of a WiMAX network. Taking into account the high speed of traffic analysis developed by the proposed method (it works practically in real time), we consider that it could be implemented by each WiMAX network service provider.

References

  1. Rong Z, Qiu CR, Xia X, Guoping W: A case-based reasoning system for individual demand forecasting. In Proceedings of the 4th International Conference on Wireless Communications, Networking and Mobile Computing (WiCOM). Piscataway: IEEE; 2008:1-6.

    Google Scholar 

  2. Papagiannaki K, Taft N, Zhang Z, Diot C: Long-term forecasting of internet backbone traffic: observations and initial models. In Proceedings of the IEEE INFOCOM. Piscataway: IEEE; 2003:1178-1188.

    Google Scholar 

  3. Groschwitz NK, Polyzos G C: A time series model of long-term NSFNET backbone traffic. Proc. IEEE Int. Conf. Commun 1994, 3: 1400-1404.

    Google Scholar 

  4. Chapman P, Clinton J: CRISP-DM 1.0 Step-by-step data mining guide (2000). . Accessed Nov 2013 ftp://ftp.software.ibm.com/software/analytics/spss/support/Modeler/Documentation/14/UserManual/CRISP-DM.pdf

    Google Scholar 

  5. Stolojescu C: Forecasting WiMAX BS traffic by statistical processing in the wavelet domain. In Proceedings of IEEE International Symposium on Signals, Circuits and Systems. Iasi; 9–10 July 2009:177-180.

    Google Scholar 

  6. Rokach L, Maimon O: The Data Mining and Knowledge Discovery Handbook: A Complete Guide for Researchers and Practitioners. New York: Springer; 2005.

    Google Scholar 

  7. Chatfield C: Time-Series Forecasting. Boca Raton: Chapman and Hall/CRC Press; 2000.

    Book  Google Scholar 

  8. Moayedi HZ, Masnadi-Shirazi M: ARIMA model for network traffic prediction and anomaly detection. In Proceedings of the International Symposium on Information Technology. Piscataway: IEEE; 2008:1-6.

    Google Scholar 

  9. Box GEP, Jenkins GM, Reinsel G: Time-Series Analysis: Forecasting and Control. Hoboken: Wiley; 2008.

    Book  MATH  Google Scholar 

  10. Hurvich CM, Tsai C L: Regression and time series model selection in small samples. Biometrika 1989, 76: 297-307. 10.1093/biomet/76.2.297

    Article  MathSciNet  MATH  Google Scholar 

  11. Brockwell PJ, Davis RA: Introduction to Time Series and Forecasting. New York: Springer; 2002.

    Book  MATH  Google Scholar 

  12. Stolojescu C, Moga S, Lenca P, Isar P: WiMAX traffic analysis and base stations classification in terms of LRD. J. Expert Syst 2013, 30(4):285-293. 10.1111/exsy.12026

    Article  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Cristina Stolojescu-Crisan.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Stolojescu-Crisan, C., Isar, A. Forecasting WiMAX traffic by data mining methodology. J Wireless Com Network 2013, 280 (2013). https://doi.org/10.1186/1687-1499-2013-280

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-1499-2013-280

Keywords