A ________ serves as the master and there is only one NameNode per cluster.a) Data Nodeb) NameNodec) Data blockd) Replication
Answer: b) NameNodeExplanation: All the metadata related to HDFS including the information about data nodes, files stored on HDFS, and Replication, etc. are stored and maintained on the NameNode.