MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

CLOUD COMPUTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A ____ serves as the master and there is only one NameNode per cluster.
A
Data Node
B
NameNode
C
Data block
D
Replication
Explanation: 

Detailed explanation-1: -A NameNode serves as the master and there is only one NameNode per cluster.

Detailed explanation-2: -NameNode is used when the Primary NameNode goes down. Answer : Standby.

Detailed explanation-3: -Namenode is the background process that runs on the master node on the Hadoop. There is only one namenode in a cluster.It stores the metadata(data about data) about data stored on the slave nodes such address of the Blocks, number of blocks stored, directory structure of any node etc.

Detailed explanation-4: -Master nodes are responsible for storing data in HDFS and overseeing key operations, such as running parallel computations on the data using MapReduce. The worker nodes comprise most of the virtual machines in a Hadoop cluster, and perform the job of storing the data and running computations.

Detailed explanation-5: -The NameNode is the centerpiece of an HDFS file system. It keeps the directory tree of all files in the file system, and tracks where across the cluster the file data is kept.

There is 1 question to complete.