Software
Generadores de Tráfico
- M/G/infinite based model for video traffic generation for ns v.26.
It is the implementation of a model proposed by Marwan K. Krunz and
Armand M. Makowski in their paper "Modeling Video Traffic Using
M/G/infinite Input Processes: A Compromise Between Markovian and
LRD Models" (IEEE Journal on Selected Areas in Communications, vol. 16,
no. 5, pp. 733--748, June 1998)
Source code
README.txt
- F-ARIMA based model for video traffic generation for ns v.26.
It is the implementation of a model proposed by J. C. López, M. Veiga,
R. F. Rodríguez, C. López, A. Suárez and D. Teijeiro in
their paper "Effect of the generation of MPEG-frames within a GOP
on queuing performance". (Proceedings of the 18th International Symposium on
Computer and Information Sciences (ISCIS'03) )
Source code
README.txt
- F-ARIMA based model for video traffic generation for ns v.26.
It is the implementation of a model proposed by Changcheng Huang,
Michael Devetsikiotis, Ioannis Lambadaris and A. Roger Kaye in
their paper "Modeling and Simulation of Self-Similar Variable
Bit Rate Compressed Video: A Unified Approach" (Proceedings
of the ACM SIGCOMM 95.)
Source code
README.txt
- F-ARIMA based model for video traffic generation for ns v.26.
It is the implementation of a model proposed by Nirwan Ansari,
Hai Liu, Yun Q. Shi and Hong Zhao in their paper "On Modeling
MPEG Video Traffics" (IEEE Transactions on Broadcasting, Vol.
48, No. 4, December 2002.)
Source code
README.txt
Protocolos de Red/Transporte
Video on Demand
Statistical Inference
-
Mean estimation module for processes exhibiting long range depencence. Implementation for ns v.2.26
Source code
README.txt
-
Inference for the Hurst parameter and autocorrelation coefficients of a
sequence; and for the mean value of the average of independent
random variables.
Download
README.txt
Instalación
- Descomprima con gzip el archivo .tar.gz con el código fuente:
gzip -d parche.tar.gz
- Descomprima con tar el archivo .tar con el código fuente:
tar xvf parche.tar
- Sitúese en el subdirectorio ns-2.26 de la instalación del ns v.26 y copie aquí
el fichero .diff
- Parchee el código fuente original:
cat parche.diff | patch -p1