Kangaroo: Accelerating String Matching by Running Multiple Collaborative Finite State Machines
Kangaroo: Accelerating String Matching by Running Multiple Collaborative Finite State Machines
复制标题
Kangaroo:通过运行多个协作有限状态机加速字符串匹配
DOI:
10.1109/jsac.2014.2358841
复制
发表时间:
2014
影响因子:
16.4
通讯作者:
Wang Xiaojun
中科院分区:
文献类型:
--
作者:
Wang Xiaofei;Liu Bin;Jiang Junchen;Xu Yang;Wang Yi;Wang Xiaojun
String matching is a key technique for network security applications such as network intrusion detection systems and antivirus scanners, where the payload of every packet is inspected against thousands of patterns in real time. As the transmission rate of Internet links is getting higher and higher, the speed of matching engines is required to be faster and faster. Existing deterministic finite automaton (DFA)-based approaches achieve high throughput at the expense of extremely expensive memory cost; therefore, they are not suitable for the scenarios where only limited on-chip memory resources are available. To achieve fast matching speed while controlling memory expense, in this paper, we propose Kangaroo, a compact string matching scheme that scans multiple characters each time by running multiple small-sized finite state machines in parallel. Specifically, Kangaroo processes k consecutive characters mostly in one cycle by accessing k different memories in parallel, where k is a predefined factor that can be tuned based on the requirement of applications. Kangaroo is memory efficient. Experimental evaluations on Snort and ClamAV rule sets show that a tenfold increase in speed can be practically achieved by a single Kangaroo matching engine with a reduced memory cost comparing with the state-of-the-art DFA-based approaches.