MotivationFor latency-aware applications, round-trip-time estimation hasbeen studied extensively. But there are also lots of bandwidth-aware applications. Prediction of bottleneck bandwidth hasreceived much less attention.Therefore, we attempt to design a new system to predictbottleneck bandwidth, based on matrix factorization.As a first step, we need to prove:1) Low-rank naturebandwidth matricesofbottleneck2) Feasibility of reducing dimension ofbottleneck bandwidth data spaceMatrix FactorizationThe network bottleneck bandwidth data space can be modelledas square matrix B. Apply Principle Component Analysis on B:Principle Component AnalysisWe attempt to analyze the magnitude of singular values of B.It shows that singular values decrease very fast. Considering the’Oct 26’ line, the 4th singular value (0.156) is the first one that issmaller than 0.2.AcknowledgementThis work is supported by National Science Foundation of China(No.60850003).MethodologyBased on HP Scalable Sensing Service (S3), 250 interconnected hosts are extracted out for our evaluation.From September 23 to December 23 2009, we collect bottleneck bandwidth data every four hours. Finally wehave 491datasets across 3 months for evaluation.We compare the approximated matrix with the original one for evaluation. Relative error is defined as follows:If (i, j ) ∈ {(m, n) | bmn ≠ −1}, relative errorij =bij '−bijbijEvaluation of Dimension ReductionThe figure right shows the medianrelative error when the dimension ofall the 491 datasets are reduced to2D, 5D, 10D and 20D.The average of median relative errorfor 10D approximation is only 8.65%among all the 491 datasets.Considering the tradeoff betweencomputation complexity and targetdimension of reduction, a 10Dapproximation is carried out to show thecumulative distribution function ofrelative error in figure left.The 90th percentile relative error is only0.281, meaning that 90% of the datahave lower relative error than 0.281.Conclusion1. Dimension of bottleneck bandwidth data space can be reduced from250D to 10D2. The average of median relative error for approximation is only8.65% among 491 datasets.3. The 90th percentile relative error of 10D approximation is only0.281Future workWe would design a scalable bottleneck bandwidth prediction system based on matrix factorization, utilizingthe low-rank nature and low relative error in dimension reduction.