Deterministic Confidence Interval Estimation of Networking Traffic in SDN.

Liang Yang,Bryan Ng,Winston K. G. Seah,Lindsay Groves
DOI: https://doi.org/10.1109/lcn.2017.36
2017-01-01
Abstract:Software Defined Networking (SDN) enables a centralised entity - the controller - to monitor the network's status by collecting traffic statistics such as packets, bytes, etc. Each statistic is associated with a forwarding table entry (FTE) in a switch whose structure and format is specified by the OpenFlow standard (de-facto SDN standard). For a flow with a FTE, its statistic is easily acquired by an inquiry from a controller to the switch on this flow's corresponding FTE. If a flow has no matching FTE, its statistic is not known until a new FTE is installed for the purpose of monitoring it. However, the time to install these FTEs and the potential conflicts between them and the existing FTEs jeopardise the feasibility of this approach. To avoid these drawbacks, this paper proposes a traffic estimation approach based on the existing FTE's statistics. With the help of boolean algebra, the deterministic confidence interval of any given flowset can be estimated. This approach avoids the FTE installation time and also saves the FTE storage space.
What problem does this paper attempt to address?