《多级Bloom_Filter技术研究论文》-毕业论文设计(学术).docVIP

《多级Bloom_Filter技术研究论文》-毕业论文设计(学术).doc

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘要 Bloom Filter算法是Bloom于1970年提出的一种可在时间和空间进行平衡折中的数据压缩管理方法,主要涉及计算时间复杂度、占用空间大小和错误率三个因素。随着互联网的发展,集合中的特定元素存在与否的判断查询技术在现代网络中得到了广泛的应用。多级Bloom Filter 使用多个Bloom Filter位数组组合使用,大大降低了误检率,还能在一定程度上解决计数溢出的问题,但导致了可用空间的分割,影响压缩效果。 论文采用了一种新型的Bloom Filter算法,基于分散哈希函数的多级Bloom Filter算法。该算法中不同的哈希函数映射到不同的Bloom Filter位数组,从而解决了不同哈希函数之间可能产生的冲突。同时算法的每一个Bloom Filter位数组都是一个计数型Bloom Filter位数组,在判断集合中每一个元素个数时,较计数型Bloom Filter算法而言,判断元素个数时只有一种可选判断方法,即选取最小值。 基于上述Bloom Filter算法,论文设计了一个实时检测网络上常见的异常数据包的原型系统。系统从网络上实时的捕获数据包并提取特征值,存入Bloom Filter位数组并进行检测判断网络上是否存在的异常流量。通过试验,系统能够检测到网络上存在的部分异常流量,比如ARP欺骗、Smurf和SYN Flood等。 关键字:哈希函数; Bloom Filter; 多级Bloom Filter; 特征值提取; 网络异常流量。 Abstract Bloom Filter algorithm is proposed by Bloom in 1970, which is a method of data compression management can make balance between time and space, it mainly involves three factors: computational complexity, size of space occupied and error rate. With the development of the Internet, the presence or absence of specific elements of the query has been widely applied in modern network technology. Multi-set Bloom Filter use the median number of Bloom Filter combination group, it can greatly reduce the rate of false alarms, but also solve the problem of spillover counting, to some extent. But, it makes available space division of compression performance. This paper using a new type of Bloom Filter algorithm, decentralized hash functions based on multi-set Bloom Filter algorithm. In the algorithm, different hash function mapped to different Bloom Filter median group, it has resolved the conflict of different hash function. Furthermore, the method of each group median Bloom Filter is a counting Bloom Filter array. When judging the number of element, there is only one method: Minimum likelihood estimate, compared to counting Bloom Filter algorithm. Based on the above Bloom Filter algorithm, papers designed a real-time detection prototype system of network anomaly flow, which can detection some network anomaly packet. System capture packet real

您可能关注的文档

文档评论(0)

沙卡娜 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档