Independent Parallel Compact Finite Automatons for Accelerating Multi-String Matching

Yi Tang,Junchen Jiang,Xiaofei Wang,Bin Liu,Yang Xu
DOI: https://doi.org/10.1109/GLOCOM.2010.5684119
2010-01-01
Abstract:Multi-string matching is a key technique for implementing network security applications like Network Intrusion Detection Systems (NIDS). Existing DFA-based approaches always tradeoff between memory and throughput, and fail to has the best of both worlds. This paper extends the classic longest prefix principle from single-character to multi-character string matching and proposes a multi-string matching acceleration scheme named Independent Parallel Compact Finite Automata (PC-FA). In the scheme, DFA is divided into k PC-FAs, each of which can process one character from the input stream, achieving a speedup up to k with reduced memory occupation. Theoretical proof is given for the equivalency between traditional DFA and PC-FA approach. Experimental evaluations show that seven times of speedup can be practically achieved with a reduced memory size than up-to-date DFA-based compression approaches.
What problem does this paper attempt to address?