This document discusses cloud file systems, specifically Google File System (GFS) and Hadoop Distributed File System (HDFS), detailing their architecture, features, and operations. GFS utilizes a master-slave structure with a master node managing metadata and chunkservers storing file data, while HDFS operates on commodity hardware and emphasizes fault tolerance and easy data access. Both systems are designed to handle large data volumes efficiently, supporting high availability and performance through redundancy and parallel processing.