원문정보
초록
영어
An new regular expression (regex) matching method based on Network-on-Chip(NoC) architecture is proposed in this paper. The idea is to combine a new kind of regex matching engine implemented in hardware with NoC architecture to get a high matching rate. The Regex matching was performed by partitioning the regex into several parts to make the finite state machine (FSM) simpler. Each part of regex can be matched by an engine cell core, and each core communicates with other cores by routers on a NOC topology. This method is suitable for different rule libraries in Deep packet inspection (DPI) and is easy to change the rule library of regex stored in memory. The engine was designed and implemented based on field programming gate array (FPGA) as a prototype and a model to implement the architecture in Application-Specific Integrated Circuits (ASIC) is also discussed in this paper. The experimental results show that this method can make regex matching much faster than traditional methods.
목차
1. Introduction
2. Background
2.1. Matching Algorithm based on DFA
2.2. Matching Algorithm based on NFA
2.3. Network on Chip
3. Design of the Matching Engine
3.1. Structure of the Matching Engine
3.2. Performance of Matching Engine
4. Experimental Results
5. Conclusions
Acknowledgements
References