What Is Google File System (GFS)?
Google's new file system is so hot that it will make you sweat. Google Inc. created GFS, Google File System, to handle its growing data processing demands. GFS is a fault-tolerant, reliable, scalable, available, and fast distributed file system. It operates large networks and connected nodes. Another meaningful aspect of this technology is its scalability, allowing Google to continue expanding its business and growing its data storage needs. Google's cloud storage service was designed to accommodate the different conditions that Google has for data storage, such as its search engine, which generates huge amounts of data that must be stored in a highly reliable way. The company's engineers have implemented a series of fail-safe measures in its cloud storage system, such as data replication and restoration in case of data center failure. GFS is like a big, fat, hairy spider that weaves a web of data for Google to use. It's designed to accommodate Google's large cluster requirements without burdening applications. Files are stored in hierarchical directories identified by path names. Metadata - such as namespace, access control data, and mapping information - is controlled by the master, which interacts with and monitors the status updates of each chunk server through timed heartbeat messages. The GFS node cluster is a single master with multiple chunk servers. It's like your mom, but they all have different hair colors and personalities, so you never know who you will get. Each chunk server stores data as Linux files on local disks. The data is divided into large chunks (64 MB), which are replicated in the network a minimum of three times. The large chunk size reduces network overhead, so your mom never has to worry about getting into an argument with her sister and making everyone late for dinner!
Related Terms by Servers
Join Our Newsletter
Get weekly news, engaging articles, and career tips-all free!
By subscribing to our newsletter, you're cool with our terms and conditions and agree to our Privacy Policy.









