Sunday, August 19, 2012

How to Build DPI Products? (Part XVIII - Multi-pattern Matching Algorithm for DPI)

  
A paper by D.Sahithi and Dr.P.Harini (pictured), Dept. of Computer Science & Engineering St.Ann’s College of Engineering & Tech, Chirala, India.

Abstract
  
Detection engines capable of inspecting packet payloads for application-layer network information are urgently required. The most important technology for fast payload inspection is an efficient multipattern matching algorithm, which performs exact string matching between packets and a large set of predefined patterns. This paper proposes a novel Enhanced Hierarchical Multipattern Matching Algorithm (EHMA) for packet inspection. Based on the occurrence frequency of grams, a small set of the most frequent grams is discovered and used in the EHMA. EHMA is a two-tier and cluster-wise matching algorithm, which significantly reduces the amount of external memory accesses and the capacity of memory. 
 
Using a skippable scan strategy, EHMA speeds up the scanning process. Furthermore, independent of parallel and special functions, EHMA is very simple and therefore practical for both software and hardware implementations. Simulation results reveal that EHMA significantly improves the matching performance. The speed of EHMA is about O.89-1,161 times faster than that of current matching algorithms. Even under real-life intense attack, EHMA still performs well.


See "Enhanced Hierarchical Multipattern Matching Algorithm for Deep Packet Inspection" - here.

No comments:

Post a Comment