The data node and name node in HADOOP are

2020

The data node and name node in HADOOP are

  1. A.

    Worker Node and Master Node respectively

  2. B.

    Master Node and Worker Node respectively

  3. C.

    Both Worker Nodes

  4. D.

    Both Master Nodes

Attempted by 40 students.

Show answer & explanation

Correct answer: A

Answer: DataNode = Worker node; NameNode = Master node.

  • DataNode (Worker node): stores HDFS data blocks on the local filesystem, serves client read/write requests, and reports block status to the NameNode.

  • NameNode (Master node): maintains the filesystem namespace and metadata (such as file-to-block mapping), manages the cluster, and coordinates DataNodes.

Because of these distinct responsibilities, the correct mapping is that the DataNode is the worker and the NameNode is the master.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Nta Ugc Net Paper 2

Loading lesson…