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