Long-tail traffic

Long-tail traffic

This article covers a range of tools from different disciplines that may be used in the important science of determining the probability of rare events. The terms "long-range dependent", "self-similar" and "heavy-tailed" are very close in meaning. Differences in nomenclature hint at the origins and application fields of the terms. These are somewhat different but closely related phenomena.

A long-tailed or heavy-tailed probability distribution is one that assigns relatively high probabilities to regions far from the mean or median. A more formal mathematical definition is given below. In the context of teletraffic engineering a number of quantities of interest have been shown to have a long-tailed distribution. For example, if we consider the sizes of files transferred from a web-server, then, to a good degree of accuracy, the distribution is heavy-tailed, that is, there are a large number of small files transferred but, crucially, the number of very large files transferred remains a major component of the volume downloaded.

Many processes are technically long-range dependent but not self-similar. The differences between these two phenomena are subtle. Heavy-tailed refers to a probability distribution, and long-range dependent refers to a property of a time series and so these should be used with care and a distinction should be made. The terms are distinct although superpositions of samples from heavy-tailed distributions aggregate to form long-range dependent time series.

Additionally there is Brownian motion which is self-similar but not long-range dependent.

Overview

The design of robust and reliable networks and network services has become an increasingly challenging task in today's Internet world. To achieve this goal, understanding the characteristics of Internet traffic plays a more and more critical role. Empirical studies of measured traffic traces have led to the wide recognition of self-similarity in network traffic [2] .

Self-similar Ethernet traffic exhibits dependencies over a long range of time scales. This is to be contrasted with telephone traffic which is Poisson in its arrival and departure process [3] .

With many time-series if the series is averaged then the data begins to look smoother. However, with self-similar data, one is confronted with traces which are spiky and bursty, even at large scales. Such behaviour is caused by strong dependence in the data: large values tend to come in clusters, and clusters of clusters, etc. This can have far-reaching consequences for network performance [5] .

Heavy-tail distributions have been observed in many natural phenomena including both physical and sociological phenomena. Mandelbrot established the use of heavy-tail distributions to model real-world fractal phenomena, e.g. Stock markets, earthquakes, and the weather [3] .Ethernet, WWW, SS7, TCP, FTP, TELNET and VBR video (digitised video of the type that is transmitted over ATM networks) traffic is self-similar [1] .

Self-similarity in packetised data networks can be caused by the distribution of file sizes, human interactions and/or Ethernet dynamics [6] . Self-similar and long-range dependent characteristics in computer networks present a fundamentally different set of problems to people doing analysis and/or design of networks, and many of the previous assumptions upon which systems have been built are no longer valid in the presence of self-similarity [7] .

hort-range dependence vs. long-range dependence

Long-range and short-range dependent processes are characterised by their autocovariance functions. Typical autocovariance functions, taken from [6] , are depicted to the right. In short-range dependent processes, the coupling between values at different times decreases rapidly as the time difference increases.
*The sum of the autocorrelation function over all lags is finite.
*As the lag increases, the autocorrelation function of short-range dependent processes decays quickly.

In long-range processes, the correlations at longer time scales are more significant.
*The area under the autocorrelation function summed over all lags is infinite [8] .
*The decay of the autocorrelation function is often assumed to have the specific functional form,: ho(k) sim k^{-alpha}where ρ("k") is the autocorrelation function at a lag "k", α is a parameter in the interval (0,1) and the ~ means asymptotically proportional to as "k" approaches infinity.

The Poisson distribution and traffic

Before the heavy-tail distribution is introduced mathematically, the memoryless Poisson distribution, used to model traditional telephony networks, is briefly reviewed below. For more details, see the article on the Poisson distribution.

Assuming pure-chance arrivals and pure-chance terminations leads to the following:
*The number of call arrivals in a given time has a Poisson distribution, i.e.:P(a)= left ( frac{mu^a}{a!} ight )e^{-mu},

where "a" is the number of call arrivals and mu is the mean number of call arrivals in time "T". For this reason, pure-chance traffic is also known as Poisson traffic.
*The number of call departures in a given time also has a Poisson distribution, i.e.:P(d)=left(frac{lambda^d}{d!} ight)e^{-lambda},

where "d" is the number of call departures and lambda is the mean number of call departures in time "T".
*The intervals, "T", between call arrivals and departures are intervals between independent, identically distributed random events. It can be shown that these intervals have a negative exponential distribution, i.e.:P [T ge t] =e^{frac{-t}{h,

where "h" is the Mean Holding Time (MHT) [1] .

Information on the fundamentals of statistics and probability theory can be found in the external links section.

The heavy-tail distribution

Heavy-tail distributions have properties that are qualitatively different to commonly used (memoryless) distributions such as the Poisson distribution.

The Hurst parameter "H" is a measure of the level of self-similarity of a time series that exhibits long-range dependence, to which the heavy-tail distribution can be applied. "H" takes on values from 0.5 to 1. A value of 0.5 indicates the data is uncorrelated or has only short-range correlations. The closer "H" is to 1, the greater the degree of persistence or long-range dependence [1] .

Typical values of the Hurst parameter, "H":
*Any pure random process has "H" = 0.5
*Phenomena with "H" > 0.5 typically have a complex process structure. [8]

A distribution is said to be heavy-tailed if:

P [X>x] sim x^{- alpha}, as x o infty, 0< alpha <2

This means that regardless of the distribution for small values of the random variable, if the asymptotic shape of the distribution is hyperbolic, it is heavy-tailed. The simplest heavy-tail distribution is the Pareto distribution which is hyperbolic over its entire range. Complementary distribution functions for the exponential and Pareto distributions are shown below. Shown on the left is a graph of the distributions shown on linear axes, spanning a large domain [9] . To its right is a graph of the complementary distribution functions over a smaller domain, and with a logarithmic range [6] .

If the logarithm of the range of an exponential distribution is taken, the resulting plot is linear. In contrast, that of the heavy-tail distribution is still curvilinear. These characteristics can be clearly seen on the graph above to the right. A characteristic of long-tail distributions is that if the logarithm of both the range and the domain is taken, the tail of the long-tail distribution is approximately linear over many orders of magnitude [10] . In the graph above left, the condition for the existence of a heavy-tail distribution, as previously presented, is not met by the curve labelled "Gamma-Exponential Tail".

The probability mass function of a heavy-tail distribution is given by:

p(x)= alpha k^{alpha} x^{- alpha -1}, alpha ,k>0, x ge k

and its cumulative distribution function is given by:

F(x)=P [X le x] =1- (frac{k}{x})^{alpha}

where "k" represents the smallest value the random variable can take.

Readers interested in a more rigorous mathematical treatment of the subject are referred to the external links section.

What causes long-tail traffic?

In general, there are three main theories for the causes of long-tail traffic (see a review of all three causes in [23] ). First, is a cause based in the application layer which theorizes that user session durations vary with a long-tail distribution due to the file size distribution. If the distribution of file sizes is heavy-tailed then the superposition of many file transfers in a client/server network environment will be long-range dependent. Additionally, this causal mechanism is robust with respect to changes in network resources (bandwidth and buffer capacity) and network topology [11] . This is currently the most popular explanation in the engineering literature.

Second, is a transport layer cause which theorizes that the feedback between multiple TCP streams due to TCP's congestion avoidance algorithm in moderate to high packet loss situations causes self-similar traffic or at least allows it to propagate. Finally, is a link layer cause which is predicated based on physics simulations of packet switching networks on simulated topologies. At a critical packet creation rate, the flow in a network becomes congested and exhibits 1/f noise and long-tail traffic characteristics. There have been criticisms on these sorts of models though as being unrealistic in that network traffic is long-tailed even in non-congested regions [24] .

[12] showed in simulation that long-range dependence could arise in the queuelength dynamics at a given node (an entity which transfers traffic) within a communications network even when the traffic sources are free of long-range dependence. The mechanism for this is believed to relate to feedback from routing effects in the simulation.

Modelling long-tail traffic

Modelling of long-tail traffic is necessary so that networks can be provisioned based on accurate assumptions of the traffic that they carry. The dimensioning and provisioning of networks that carry long-tail traffic is discussed in the next section.

Since (unlike traditional telephony traffic) packetised traffic exhibits self-similar or fractal characteristics, conventional traffic models do not apply to networks which carry long-tail traffic [1] . Previous analytic work done in Internet studies adopted assumptions such as exponentially-distributed packet inter-arrivals, and conclusions reached under such assumptions may be misleading or incorrect in the presence of heavy-tailed distributions [3] .

It has for long been realised that efficient and accurate modelling of various real world phenomena needs to incorporate the fact that observations made on different scales each carry essential information. In most simple terms, representing data on large scales by its mean is often useful (such as an average income or an average number of clients per day) but can be inappropriate (e.g. in the context of buffering or waiting queues) [5] .

With the convergence of voice and data, the future multi-service network will be based on packetised traffic, and models which accurately reflect the nature of long-tail traffic will be required to develop, design and dimension future multi-service networks [1] . We seek an equivalent to the Erlang model for packet switched networks [6] .

There is not an abundance of heavy-tailed models with rich sets of accompanying data fitting techniques [13] . A clear model for fractal traffic has not yet emerged, nor is there any definite direction towards a clear model [1] . Deriving mathematical models which accurately represent long-tail traffic is a fertile area of research.

Gaussian models, even long-range dependent Gaussian models, are unable to accurately model current Internet traffic [14] . Classical models of time series such as Poisson and finite Markov processes rely heavily on the assumption of independence, or at least weak dependence [5] . Poisson and Markov related processes have, however, been used with some success. Nonlinear methods are used for producing packet traffic models which can replicate both short-range and long-range dependent streams [12] .

A number of models have been proposed for the task of modelling long-tail traffic. These include the following:
*Fractional ARIMA
*Fractional Brownian motion
*Iterated Chaotic Maps
*Infinite Markov Modulated Processes
*Poisson Pareto Burst Processes (PPBP)
*Markov Modulated Poisson Processes (MMPP) [4]
*Multi-fractal models [5]
*Matrix models [1]
*Wavelet Modelling

No unanimity exists about which of the competing models is appropriate [1] , but the Poisson Pareto Burst Process (PPBP), which is an M/G/mathcal{1} process, is perhaps the most successful model to date. It is demonstrated to satisfy the basic requirements of a simple, but accurate, model of long-tail traffic [14] .

Finally, results from simulations (taken from [1] ) using alpha-stable stochastic processes for modelling traffic in broadband networks are presented. The simulations are compared to a variety of empirical data (Ethernet, WWW, VBR Video).

The graph on the left shows the model's simulation results for Ethernet traffic. On its right is shown measured Ethernet traffic. The model appears to appear to represent the empirical traffic well.

The graph on the left shows the model's simulation results for WWW traffic. On its right is shown measured WWW traffic. Here, too, the model appears to appear to represent the empirical traffic well.

Network performance

In some cases an increase in the Hurst parameter can lead to a reduction in network performance. The extent to which heavy-tailedness degrades network performance is determined by how well congestion control is able to shape source traffic into an on-average constant output stream while conserving information [15] . Congestion control of heavy-tailed traffic is discussed in the following section.

Traffic self-similarity negatively affects primary performance measures such as queue size and packet-loss rate. The queue length distribution of long-tail traffic decays more slowly than with Poisson sources.However, long-range dependence implies nothing about its short-term correlations which affect performance in small buffers [4] .For heavy-tailed traffic, extremely large bursts occur more frequently than with light-tailed traffic [16] . Additionally, aggregating streams of long-tail traffic typically intensifies the self-similarity ("burstiness") rather than smoothing it, compounding the problem [2] .

The graph above right, taken from [1] , presents a queueing performance comparison between traffic streams of varying degrees of self-similarity. Note how the queue size increases with increasing self-similarity of the data, for any given channel utilisation, thus degrading network performance.

In the modern network environment with multimedia and other QoS sensitive traffic streams comprising a growing fraction of network traffic, second order performance measures in the form of “jitter” such as delay variation and packet loss variation are of import to provisioning user specified QoS. Self-similar burstiness is expected to exert a negative influence on second order performance measures [17] .

Packet switching based services, such as the Internet (and other networks that employ IP) are best-effort services, so degraded performance, although undesirable, can be tolerated. However, since the connection is contracted, ATM networks need to keep delays and jitter within negotiated limits [18] .

Self-similar traffic exhibits the persistence of clustering which has a negative impact on network performance.
*With Poisson traffic (found in conventional telephony networks), clustering occurs in the short term but smooths out over the long term.
*With long-tail traffic, the bursty behaviour may itself be bursty, which exacerbates the clustering phenomena, and degrades network performance [1] .

Many aspects of network quality of service depend on coping with traffic peaks that might cause network failures, such as
*Cell/packet loss and queue overflow
*Violation of delay bounds e.g. In video
*Worst cases in statistical multiplexing

Poisson processes are well-behaved because they are stateless, and peak loading is not sustained, so queues do not fill. With long-range order, peaks last longer and have greater impact: the equilibrium shifts for a while [8] .

Due to the increased demands that long-tail traffic places on networks resources, networks need to be carefully provisioned to ensure that quality of service and service level agreements are met. The following subsection deals with the provisioning of standard network resources, and the subsection after that looks at provisioning web servers which carry a significant amount of long-tail traffic.

Network provisioning for long-tail traffic

For network queues with long-range dependent inputs, the sharp increase in queuing delays at fairly low levels of utilisation and slow decay of queue lengths implies that an incremental improvement in loss performance requires a significant increase in buffer size [19] .

While throughput declines gradually as self-similarity increases, queuing delay increases more drastically. When traffic is self-similar, we find that queuing delay grows proportionally to the buffer capacity present in the system. Taken together, these two observations have potentially dire implications for QoS provisions in networks. To achieve a constant level of throughput or packet loss as self-similarity is increased, extremely large buffer capacity is needed. However, increased buffering leads to large queuing delays and thus self-similarity significantly steepens the trade-off curve between throughput/ packet loss and delay [15] .

ATM can be employed in telecommunications networks to overcome second order performance measure problems. The short fixed length cell used in ATM reduces the delay and most significantly the jitter for delay-sensitive services such as voice and video [20] .

Web site provisioning for long-tail traffic

Workload pattern complexities (for example, bursty arrival patterns) can significantly affect resource demands, throughput, and the latency encountered by user requests, in terms of higher average response times and higher response time variance. Without adaptive, optimal management and control of resources, SLAs based on response time are impossible. The capacity requirements on the site are increased while its ability to provide acceptable levels of performance and availability diminishes [16] . Techniques to control and manage long-tail traffic are discussed in the following section.

The ability to accurately forecast request patterns is an important requirement of capacity planning. A practical consequence of burstiness and heavy-tailed and correlated arrivals is difficulty in capacity planning [16] .

With respect to SLAs, the same level of service for heavy-tailed distributions requires a more powerful set of servers, compared with the case of independent light-tailed request traffic. To guarantee good performance, focus needs to be given to peak traffic duration because it is the huge bursts of requests that most degrade performance. That is why some busy sites require more head room (spare capacity) to handle the volumes; for example, a high-volume online trading site reserves spare capacity with a ratio of three to one [16] .

Reference to additional information on the effect of long-range dependency on network performance can be found in the external links section.

Controlling long-tail traffic

Given the ubiquity of scale-invariant burstiness observed across diverse networking contexts, finding an effective traffic control algorithm capable of detecting and managing self-similar traffic has become an important problem. The problem of controlling self-similar network traffic is still in its infancy [21] .

Traffic control for self-similar traffic has been explored on two fronts: Firstly, as an extension of performance analysis in the resource provisioning context, and secondly, from the multiple time scale traffic control perspective where the correlation structure at large time scales is actively exploited to improve network performance [22] .

The resource provisioning approach seeks to identify the relative utility of the two principal network resource types - bandwidth and buffer capacity - with respect to their curtailing effects on self-similarity, and advocates a small buffer/ large bandwidth resource dimensioning policy. Whereas resource provisioning is open-loop in nature, multiple time scale traffic control exploits the long-range correlation structure present in self-similar traffic [22] . Congestion control can be exercised concurrently at multiple time scales, and by cooperatively engaging information extracted at different time scales, achieve significant performance gains [21] .

Another approach adopted in controlling long-tail traffic makes traffic controls cognizant of workload properties. For example, when TCP is invoked in HTTP in the context of web client/ server interactions, the size of the file being transported (which is known at the server) is conveyed or made accessible to protocols in the transport layer, including the selection of alternative protocols, for more effective data transport. For short files, which constitute the bulk of connection requests in heavy-tailed file size distributions of web servers, elaborate feedback control may be bypassed in favour of lightweight mechanisms in the spirit of optimistic control, which can result in improved bandwidth utilisation [17] .

[12] found that the simplest way to control packet traffic is to limit the length of queues. Long queues in the network invariably occur at hosts (entities that can transmit and receive packets). Congestion control can therefore be achieved by reducing the rate of packet production at hosts with long queues.

It should be noted that long-range dependence and its exploitation for traffic control is best suited for flows or connections whose life time or connection duration is long lasting [17] .

ee also

Elephant Flow

References

[1] Kennedy I., Lecture Notes, ELEN5007 – Teletraffic Engineering, School of Electrical and Information Engineering, University of the Witwatersrand, 2005.

[2] Zhu X., Yu J., Doyle J., California Institute of Technology, Heavy-tailed distributions, generalised source coding and optimal web layout design. http://citeseer.ist.psu.edu/update/438672, Last accessed 21 February 2005.

[3] Medina A., Computer Science Department, Boston University, Appendix: Heavy-tailed distributions. http://www.cs.bu.edu/brite/user_manual/node42.html, Last accessed 12 February 2005.

[5] Department of Electrical and Computer Engineering, Rice University, Internet Control and Inference Tools at the Edge: Network Traffic Modelling. http://www-ece.rice.edu/INCITE/modeling_synopsis.html, Last accessed 26 February 2005.

[6] Neame T., ARC Centre for Ultra Broadband Information Networks, EEE Dept., The University of Melbourne, Performance Evaluation of a Queue Fed by a Poisson Pareto Burst Process. http://www.ee.mu.oz.au/pgrad/tneame/presentations/Cubin_April_2002, Last accessed 10 February 2005.

[7] Barford P., Floyd S., Computer Science Department, Boston University, The Self-similarity and Long Range Dependence in Networks Web site. http://www.cs.bu.edu/pub/barford/ss_lrd.html, Last accessed 21 February 2005.

[8] Linington P.F., University of Kent, Everything you always wanted to know about self-similar network traffic and long-range dependency, but were ashamed to ask. http://www.cs.kent.ac.uk/people/staff/pfl/presentations/longrange, Last accessed 12 February 2005.

[9] School of Information Technology and Engineering, George Mason University, Development of Procedures to Analyze Queuing Models with Heavy-Tailed Interarrival and Service Times. http://ite.gmu.edu/graduateresearch/heavy_tails.htm, Last accessed 12 February 2005.

[10] Air Force Research Laboratory, Information Directorate, Heavy-tailed distributions and implications. http://www.rl.af.mil/tech/programs/aior/HTDist.html?return=BACK, Last accessed 12 February 2005.

[11] Park K., Kim G., Crovella M., On the relationships between file sizes, transport protocols and self-similar network traffic.

[12] Arrowsmith D.K., Woolf M., Internet Packet Traffic Congestion in Networks, Mathematics Research Centre, Queen Mary, University of London.

[13] Resnick S.I., Heavy Tail Modeling and Teletraffic Data, Cornell University.

[14] Neame T., Characterisation and Modelling of Internet Traffic Streams, Department of Electrical and Electronic Engineering, University of Melbourne, 2003.

[15] Park K., Kim G., Crovella M., On the Effect of Traffic Self-similarity on Network Performance.

[16] Chiu W., IBM DeveloperWorks, Planning for growth: A proven methodology for capacity planning. http://www-106.ibm.com/developerworks/websphere/library/techarticles/hvws/capacity.html, Last accessed 26 February 2005.

[17] Park K., Future Directions and Open Problems in Performance Evaluation and Control of Self-Similar Network Traffic, Department of Computer Sciences, University of Purdue.

[18] Jitter analysis of ATM self-similar traffic. http://www.utdallas.edu/~sanna/research.html, Last accessed 2 March 2005.

[19] Grossglauser M., Bolot J.C., On the relevance of long-range dependence in network traffic, IEEE/ACM Transactions on Networking, vol. 7, no. 5, pp. 629-640, October 1999.

[20] Biran G., Introduction to ATM switching, RAD Data Communications. http://www2.rad.com/networks/1994/gbiran/atm_swi.htm#why, Last accessed 2 March 2005.

[21] Tuan T., Park K., Multiple Time Scale Congestion Control for Self-Similar Network Traffic, Department of Computer Sciences, University of Purdue.

[22] Park K., Self-Similar Network Traffic and its Control, Department of Computer Sciences, University of Purdue. http://www.cs.purdue.edu/nsl/nsf-ani-9714707.html, Last accessed 26 February 2005.

[23] Smith R., The Dynamics of Internet Traffic: Self-Similarity, Self-Organization, and Complex Phenomena, http://arxiv.org/abs/0807.3374, last accessed on July 22, 2008.

[24] Willinger, W., Govindan, R., Jamin, S., Paxson, V. & Shenker, S., Scaling phenomena in the Internet: Critically examining Criticality, Proceedings of the National Academy of Sciences, 99, p. 2573 (2002).

External links

* [http://www.columbia.edu/~ww2040/A12.html] A site offering numerous links to articles written on the effect of self-similar traffic on network performance.

* [http://www.ie.tsinghua.edu.cn/~Liql/talks/hs.pdf] This site provides a detailed mathematical treatment of long-range dependent processes and heavy-tail distributions.

* [http://www.ap.univie.ac.at/users/Franz.Vesely/sp_english/sp/node4.html] This site gives a (fairly comprehensive) overview of elementary statistics, probability theory and distribution functions.

* [http://www.glossarist.com/glossaries/science/physical-sciences/statistics.asp] A dictionary defining technical statistical words and concepts.

* [http://planetmath.org] Planet Math has an online mathematics encyclopaedia.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Long tail — may refer to:*The Long Tail, a consumer demographic in business *Power Law s long tail, a statistics term describing certain kinds of distribution *Long tail boat, a type of watercraft native to Southeast Asia *Long tail distribution, a… …   Wikipedia

  • Long-range dependency — A self similar phenomenon behaves the same when viewed at different degrees of magnification, or different scales on a dimension (space or time). Self similar processes can be described using heavy tailed distributions, also known as long tailed… …   Wikipedia

  • Traffic generation model — A traffic generation model is a stochastic model of the traffic flows or data sources in a communication network, for example a cellular network or a computer network. A packet generation model is a traffic generation model of the packet flows or …   Wikipedia

  • tail — noun 1 of an animal, a bird, etc. ADJECTIVE ▪ long, short ▪ bushy, curly, forked, pointed ▪ muscular, prehensile …   Collocations dictionary

  • tail back — ˌtail ˈback [intransitive] [present tense I/you/we/they tail back he/she/it tails back present participle tailing back past tense …   Useful english dictionary

  • Traffic shaping — (also known as packet shaping ) is the control of computer network traffic in order to optimize or guarantee performance, lower latency, and/or increase usable bandwidth by delaying packets that meet certain criteria. [… …   Wikipedia

  • tail — tail1 W3S2 [teıl] n ▬▬▬▬▬▬▬ 1¦(animal)¦ 2¦(aircraft)¦ 3¦(shirt)¦ 4¦(back part)¦ 5 tails 6 the tail end of something 7 be on somebody s tail 8¦(follow)¦ 9 turn tail …   Dictionary of contemporary English

  • tail — 1. n. & v. 1 the hindmost part of an animal, esp. when prolonged beyond the rest of the body. 2 a a thing like a tail in form or position, esp. something extending downwards or outwards at an extremity. b the rear end of anything, e.g. of a… …   Useful english dictionary

  • tail·back — /ˈteılˌbæk/ noun, pl backs [count] 1 American football : a player on offense who runs with the ball and blocks : ↑halfback 2 Brit : a situation in which the flow of traffic is blocked and a long line of vehicles forms a traffic tailback [=(US) …   Useful english dictionary

  • Tail of the Bank — The Tail of the Bank is the name given to the anchorage in the upper Firth of Clyde immediately north of Greenock and Gourock. This area of the firth gets its name from the sandbar immediately to its east which marks the entrance to the estuary… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”