期刊文献+
共找到3篇文章
< 1 >
每页显示 20 50 100
一种基于DHT的数据中心网络租户隔离技术 被引量:3
1
作者 孙延涛 位月 +2 位作者 耿岚岚 贾泽群 石贺 《北京交通大学学报》 CAS CSCD 北大核心 2018年第5期55-60,共6页
多租户技术是云计算中一种软件架构技术,旨在解决多用户环境下软、硬件资源共享的问题,并且确保各用户间数据的隔离性.目前,多租户技术在如何突破子网限制,实现虚拟机IP地址与所在子网位置分离、支持虚拟机迁移等方面存在诸多问题.针对... 多租户技术是云计算中一种软件架构技术,旨在解决多用户环境下软、硬件资源共享的问题,并且确保各用户间数据的隔离性.目前,多租户技术在如何突破子网限制,实现虚拟机IP地址与所在子网位置分离、支持虚拟机迁移等方面存在诸多问题.针对上述问题,提出了一种新的面向数据中心网络的多租户隔离技术.该技术利用一致性哈希算法和分布式环形哈希表技术,将虚拟机信息保存在位置解析器上,并利用位置解析器的位置解析功能实现租户间的相互隔离、租户内虚拟机的相互通信及虚拟机的迁移.该技术与具体路由实现方式无关、对虚拟机完全透明、无需部署额外的服务器,其成本低,鲁棒性好.本文利用OPNET仿真软件对多租户隔离技术方案进行可行性验证及性能分析.仿真实验表明:该技术能够实现租户之间的通信且能够保证良好的网络性能. 展开更多
关键词 云计算 分布式哈希表 多租户隔离 数据中心网络
在线阅读 下载PDF
A Fast and Memory-Efficient Approach to NDN Name Lookup 被引量:4
2
作者 Dacheng He Dafang Zhang +2 位作者 Ke Xu Kun Huang Yanbiao Li 《China Communications》 SCIE CSCD 2017年第10期61-69,共9页
For name-based routing/switching in NDN, the key challenges are to manage large-scale forwarding Tables, to lookup long names of variable lengths, and to deal with frequent updates. Hashing associated with proper leng... For name-based routing/switching in NDN, the key challenges are to manage large-scale forwarding Tables, to lookup long names of variable lengths, and to deal with frequent updates. Hashing associated with proper length-detecting is a straightforward yet efficient solution. Binary search strategy can reduce the number of required hash detecting in the worst case. However, to assure the searching path correct in such a schema, either backtrack searching or redundantly storing some prefixes is required, leading to performance or memory issues as a result. In this paper, we make a deep study on the binary search, and propose a novel mechanism to ensure correct searching path without neither additional backtrack costs nor redundant memory consumptions. Along any binary search path, a bloom filter is employed at each branching point to verify whether a said prefix is present, instead of storing that prefix here. By this means, we can gain significantly optimization on memory efficiency, at the cost of bloom checking before each detecting. Our evaluation experiments on both real-world and randomly synthesized data sets demonstrate our superiorities clearly 展开更多
关键词 named data networking binary search of hash table bloom filter
在线阅读 下载PDF
NDN下DHT算法的设计与实现
3
作者 雷凯 袁梦 《电信科学》 北大核心 2014年第12期48-54,63,共8页
设计了一种命名数据网络(NDN)下的分布式散列表(DHT)算法——ndn DHT,首次将DHT应用到NDN中;利用NDN的命名结构,提出了一种新的二进制命名方法 ,将key空间映射到NDN名字空间,以此实现DHT中的路由和转发等操作;设计了一种分配节点标识符... 设计了一种命名数据网络(NDN)下的分布式散列表(DHT)算法——ndn DHT,首次将DHT应用到NDN中;利用NDN的命名结构,提出了一种新的二进制命名方法 ,将key空间映射到NDN名字空间,以此实现DHT中的路由和转发等操作;设计了一种分配节点标识符的动态随机选择方法,使得ndn DHT算法的负载更加均衡;最后,基于NS-3和ndn SIM实现了ndn DHT算法,通过模拟实验验证了ndn DHT算法的可行性。 展开更多
关键词 命名数据网络 分布式散列表
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部