A) A networking protocol for routing packets. B) A centralized database for storing hash values. C) A type of encryption technique. D) A decentralized system for key-value storage and retrieval.
A) By storing all keys in a single database. B) By assigning keys to a central server for lookup. C) By randomly assigning keys to nodes. D) By using a distributed algorithm to map keys to nodes in the network.
A) A keyword that describes the data content. B) A secret cryptographic key used for encryption. C) A server hosting the DHT service. D) A unique identifier for data that is used to look up and store values in the DHT.
A) Linked list. B) Hash table. C) Queue. D) Binary tree.
A) The process of encrypting data for secure transmission. B) The process of mapping data to a specific key in the DHT. C) The process of compressing data for efficient storage. D) The process of storing multiple copies of data on different nodes for fault tolerance.
A) Random hashing. B) Consistent hashing. C) Asymmetric hashing. D) Symmetric hashing.
A) By blocking access to the failed node. B) By redistributing data and keys to other nodes in the network. C) By increasing the replication factor of the data. D) By permanently deleting the data associated with the failed node.
A) HTTP. B) SMTP. C) FTP. D) Kademlia. |