Publication | Closed Access
Bitmap algorithms for counting active flows on high speed links
31
Citations
0
References
2003
Year
Unknown Venue
EngineeringNetwork RoutingComputer ArchitectureNetwork AnalysisBitmap AlgorithmsHardware SecurityDenial-of-service AttackHigh Speed LinkParallel ComputingComputational GeometryIntrusion Detection SystemComputer EngineeringFlow Control (Data)Hash FunctionComputer ScienceData SecurityCryptographyExternal-memory AlgorithmNetwork Routing AlgorithmNetwork ScienceNetwork AlgorithmEdge ComputingParallel ProgrammingNetwork Traffic MeasurementDistinct Header Patterns
This paper presents a family of bitmap algorithms that address the problem of counting the number of distinct header patterns (flows) seen on a high speed link. Such counting can be used to detect DoS attacks and port scans, and to solve measurement problems. Counting is especially hard when processing must be done within a packet arrival time (8 nsec at OC-768 speeds) and, hence, must require only a small number of accesses to limited, fast memory. A naive solution that maintains a hash table requires several Mbytes because the number of flows can be above a million. By contrast, our new probabilistic algorithms take very little memory and are fast. The reduction in memory is particularly important for applications that run multiple concurrent counting instances. For example, we replaced the port scan detection component of the popular intrusion detection system Snort with one of our new algorithms. This reduced memory usage on a ten minute trace from 50 Mbytes to 5.6 Mbytes while maintaining a 99.77% probability of alarming on a scan within 6 seconds of when the large-memory algorithm would. The best known prior algorithm (probabilistic counting) takes 4 times more memory on port scan detection and 8 times more on a measurement application. Fundamentally, this is because our algorithms can be customized to take advantage of special features of applications such as a large number of instances that have very small counts or prior knowledge of the likely range of the count.