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