Data Structures for High-Speed Networks
Routers and other appliances running at the core of the Internet requires to process traffic at dazzling speeds, where packets should be processed within time frames of picoseconds to nanoseconds. A good portion of this processing is done in dedicated hardware implementing highly optimized and customized data structures and algorithms to address specific problems ranging from route lookup, to security and traffic measurement. Light-weight data structures such as Bloom Filters, and other hashing-based structures, as well as finite automata are suitable for various tasks. In this project, we develop hashing, and automata-based data structures targeting link speeds 10-100 Gbps and beyond and show their feasibility on FPGAs with replayed real-traffic.
Selected Related Publications
- M. Bando, N. Sertac Artan, R. Wei, X. Guo, and H. J. Chao, “Range Hash for Regular Expression Pre-Filtering,” in ACM/IEEE Symposium on Architectures for Networking and Communications Systems (ANCS 2010), La Jolla, CA, Oct. 2010. [ bib | pdf ]
- N. Sertac Artan, H. Yuan, and H. J. Chao, “A Dynamic Load-Balanced Hashing Scheme for Networking Applications,” in IEEE Global Communications Conference (GLOBECOM 2008), New Orleans, LA, Nov-Dec 2008. [ bib | pdf ]
- N. Sertac Artan and H. J. Chao, “Design and Analysis of a Multi-packet Signature Detection System,” Int. J. Security and Networks, vol. 2, no. 1/2, pp. 122-136, Mar. 2007. [ bib ]
- N. Sertac Artan, K. Sinkar, J. Patel, and H. J. Chao, “Aggregated Bloom Filters For Intrusion Detection And Prevention Hardware,” in 50th Annual IEEE Global Communications Conference (GLOBECOM 2007), Washington, DC, Nov. 2007. [ bib | pdf ]