中文
相关论文

相关论文: An effective single-hop distributed hash table wit…

200 篇论文

We propose a new and easily-realizable distributed hash table (DHT) peer-to-peer structure, incorporating a random caching strategy that allows for {\em polylogarithmic search time} while having only a {\em constant cache} size. We also…

网络与互联网体系结构 · 计算机科学 2007-05-23 Nima Sarshar , Vwani Roychowdhury

Distributed Hash Tables (DHTs) are pivotal in numerous high-impact key-value applications built on distributed networked systems, offering a decentralized architecture that avoids single points of failure and improves data availability.…

网络与互联网体系结构 · 计算机科学 2025-08-21 Shengze Wang , Yi Liu , Xiaoxue Zhang , Liting Hu , Chen Qian

Several distributed system paradigms utilize Distributed Hash Tables (DHTs) to realize structured peer-to-peer (P2P) overlays. DHT structures arise as the most commonly used organizations for peers that can efficiently perform crucial…

分布式、并行与集群计算 · 计算机科学 2021-09-23 Yahya Hassanzadeh-Nazarabadi , Sanaz Taheri-Boshrooyeh , Safa Otoum , Seyhan Ucar , Öznur Özkasap

Over the Internet today, computing and communications environments are significantly more complex and chaotic than classical distributed systems, lacking any centralized organization or hierarchical control. There has been much interest in…

分布式、并行与集群计算 · 计算机科学 2011-06-28 Ciprian Dobre , Florin Pop , Valentin Cristea

Distributed Ledger Technologies (DLT) and Decentralized File Storages (DFS) are becoming increasingly used to create common, decentralized and trustless infrastructures where participants interact and collaborate in Peer-to-Peer…

分布式、并行与集群计算 · 计算机科学 2021-09-13 Mirko Zichichi , Luca Serena , Stefano Ferretti , Gabriele D'Angelo

Distributed Hash Table (DHT) lookup is a core technique in structured peer-to-peer (P2P) networks. Its decentralized nature introduces security and privacy vulnerabilities for applications built on top of them; we thus set out to design a…

密码学与安全 · 计算机科学 2012-03-14 Qiyan Wang , Nikita Borisov

Searching in P2P networks is fundamental to all overlay networks. P2P networks based on Distributed Hash Tables (DHT) are optimized for single key lookups, whereas unstructured networks offer more complex queries at the cost of increased…

网络与互联网体系结构 · 计算机科学 2008-08-11 Dirk Bradler , Jussi Kangasharju , Max Muehlhaeuser

Distributed systems with different levels of dependence to central services have been designed and used during recent years. Pure peer-to-peer systems among distributed systems have no dependence on a central resource. DHT is one of the…

分布式、并行与集群计算 · 计算机科学 2010-06-25 Siamak Sarmady

Recently, a new generation of P2P systems capable of addressing data integrity and authenticity has emerged for the development of new applications for a "more" decentralized Internet, i.e., Distributed Ledger Technologies (DLT) and…

分布式、并行与集群计算 · 计算机科学 2021-09-13 Mirko Zichichi , Luca Serena , Stefano Ferretti , Gabriele D'Angelo

Many decentralized online social networks (DOSNs) have been proposed due to an increase in awareness related to privacy and scalability issues in centralized social networks. Such decentralized networks transfer processing and storage…

分布式、并行与集群计算 · 计算机科学 2015-09-24 Muhammad Anis Uddin Nasir , Sarunas Girdzijauskas , Nicolas Kourtellis

As an append-only distributed database, blockchain is utilized in a vast variety of applications including the cryptocurrency and Internet-of-Things (IoT). The existing blockchain solutions have downsides in communication and storage…

分布式、并行与集群计算 · 计算机科学 2020-12-22 Yahya Hassanzadeh-Nazarabadi , Alptekin Küpçü , Öznur Özkasap

Given a specified average load factor, hash tables offer the appeal of constant time lookup operations. However, hash tables could face severe hash collisions because of malicious attacks, buggy applications, or even bursts of incoming…

分布式、并行与集群计算 · 计算机科学 2020-06-02 Junchang Wang , Xiong Fu , Fu Xiao , Chen Tian

This paper presents DLHT, a concurrent in-memory hashtable. Despite efforts to optimize hashtables, that go as far as sacrificing core functionality, state-of-the-art designs still incur multiple memory accesses per request and block…

数据库 · 计算机科学 2024-06-17 Antonios Katsarakis , Vasilis Gavrielatos , Nikos Ntarmos

Intending to support new emerging applications with latency requirements below what can be offered by the cloud data centers, the edge and fog computing paradigms have reared. In such systems, the real-time instant data is processed closer…

分布式、并行与集群计算 · 计算机科学 2022-11-14 Yahya Hassanzadeh-Nazarabadi , Sanaz Taheri-Boshrooyeh , Öznur Özkasap

Distributed hash table (DHT) is the foundation of many widely used storage systems, for its prominent features of high scalability and load balancing. Recently, DHT-based systems have been deployed for the Internet-of-Things (IoT)…

分布式、并行与集群计算 · 计算机科学 2021-01-01 Yuqing Zhu

We present and analyze a simple and general scheme to build a churn (fault)-tolerant structured Peer-to-Peer (P2P) network. Our scheme shows how to "convert" a static network into a dynamic distributed hash table(DHT)-based P2P network such…

分布式、并行与集群计算 · 计算机科学 2015-08-17 Tim Jacobs , Gopal Pandurangan

As an append-only distributed database, blockchain is utilized in a vast variety of applications including the cryptocurrency and Internet-of-Things (IoT). The existing blockchain solutions show downsides in communication and storage…

分布式、并行与集群计算 · 计算机科学 2021-09-02 Yahya Hassanzadeh-Nazarabadi , Alptekin Küpçü , Öznur Özkasap

Distributed frameworks are gaining increasingly widespread use in applications that process large amounts of data. One important example application is large scale similarity search, for which Locality Sensitive Hashing (LSH) has emerged as…

分布式、并行与集群计算 · 计算机科学 2012-10-29 Bahman Bahmani , Ashish Goel , Rajendra Shinde

Given some of the recent advances in Distributed Hash Table (DHT) based Peer-To-Peer (P2P) systems we ask the following questions: Are there applications where unstructured queries are still necessary (i.e., the underlying queries do not…

分布式、并行与集群计算 · 计算机科学 2007-05-23 Wolfgang Mueller , P. Oscar Boykin , Nima Sarshar , Vwani P. Roychowdhury

Increasing popularity of decentralized P2P architecture emphasizes on the need to come across an overlay structure that can provide efficient content discovery mechanism, accommodate high churn rate and adapt to failures. Traditional p2p…

网络与互联网体系结构 · 计算机科学 2013-03-08 Waqas Ahmed Imtiaz , Shimul Shil , A. K. M Mahfuzur Rahamn
‹ 上一页 1 2 3 10 下一页 ›