IPv6查询数据结构 [英] IPv6 lookup data structure

查看:177
本文介绍了IPv6查询数据结构的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

一个爱好者特技是知名的,推荐数据结构用于存储IPv4分配/分配并执行查找。



这是否适用于IPv6 adddresses?只需一个更深/更高的特技来容纳额外的96位?你是否仍然使用Patricia尝试的更深层次,但是,问题是性能随着特里深度线性下降。
设计用于IPv6查找的专用数据结构是一个活动字段。最近的出版物包括:





我不知道有什么可用(开源)实现这些数据结构。


A patricia trie is the well-know, recommended data structure for storing IPv4 allocations/assignments and performing lookup.

Is this true for IPv6 adddresses too? Just a deeper/taller trie to accommodate the extra 96 bits? Is the trie still patricia, or a different radix trie?

解决方案

You can still use Patricia tries with a bigger depth, but the problem is the performance degrades linearly with the trie depth. Designing specialized data structures for IPv6 lookup is an active field. Recent publications include:

I don't know of any available (open source) implementations of these data structures.

这篇关于IPv6查询数据结构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆