The correct answer is C. HDFS Block is both the logical and physical representation of data.
A block is the unit of storage in HDFS. It is a contiguous sequence of bytes that is stored on a single node. The size of a block is configurable, but it is typically 128MB.
Blocks are the logical representation of data in HDFS. When a file is stored in HDFS, it is split into blocks. The blocks are then stored on different nodes in the cluster. This allows for fault tolerance and scalability.
Blocks are also the physical representation of data in HDFS. When a file is read from HDFS,
576 512"> Subscribe on YouTube