首页>
外文OA文献
>Differential encoding of DFAs for fast regular expression matching
【2h】
Differential encoding of DFAs for fast regular expression matching
展开▼
机译:DFA的差分编码,可快速进行正则表达式匹配
展开▼
免费
页面导航
摘要
著录项
引文网络
相似文献
相关主题
摘要
Deep packet inspection is a fundamental task to improve network security and provide application-specific services. State-of-the-art systems adopt regular expressions due to their high expressive power. They are typically matched through deterministic finite automata (DFAs), but large rule sets need a memory amount that turns out to be too large for practical implementation. Many recent works have proposed improvements to address this issue, but they increase the number of transitions (and then of memory accesses) per character. This paper presents a new representation for DFAs, orthogonal to most of the previous solutions, called delta finite automata ( δFA), which considerably reduces states and transitions while preserving a transition per character only, thus allowing fast matching. A further optimization exploits Nth order relationships within the DFA by adopting the concept of “temporary transitions”.
展开▼