[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] self-similar traffic sources in NS



Hi,

From: "Peter Rabinovitch" <[email protected]>

> Or, you could use a trace driven simulation. For this you'll need some
> other software to create the trace. Vern Paxson has some S+ code to do a
> fractional Brownian motion somewhere on his web site.

using fBm, you can obtain self-similar 'time series' (and it will be used
for "rate" soocastic process(serieses of throughput)) , but what we
want to obtain is 'point process' (a couple of timestamp and packet size).

So, if you want do synsetize self-similar traffic, you have to think
about how to use "self-similar time serieses".

I think aggregation of Pareto On/Off traffic is good for synthesizing
self-similar trarric.

-- Tatsuya Mori <[email protected]>