CFP last date
20 May 2024
Reseach Article

Survey on a Google File System (GFS)

by Saleh A. Khawatreh, Enas N. Al-Zubi
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 181 - Number 28
Year of Publication: 2018
Authors: Saleh A. Khawatreh, Enas N. Al-Zubi
10.5120/ijca2018918084

Saleh A. Khawatreh, Enas N. Al-Zubi . Survey on a Google File System (GFS). International Journal of Computer Applications. 181, 28 ( Nov 2018), 9-16. DOI=10.5120/ijca2018918084

@article{ 10.5120/ijca2018918084,
author = { Saleh A. Khawatreh, Enas N. Al-Zubi },
title = { Survey on a Google File System (GFS) },
journal = { International Journal of Computer Applications },
issue_date = { Nov 2018 },
volume = { 181 },
number = { 28 },
month = { Nov },
year = { 2018 },
issn = { 0975-8887 },
pages = { 9-16 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume181/number28/30114-2018918084/ },
doi = { 10.5120/ijca2018918084 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-07T01:07:28.175463+05:30
%A Saleh A. Khawatreh
%A Enas N. Al-Zubi
%T Survey on a Google File System (GFS)
%J International Journal of Computer Applications
%@ 0975-8887
%V 181
%N 28
%P 9-16
%D 2018
%I Foundation of Computer Science (FCS), NY, USA
Abstract

The Google File System (GFS), a proprietary scalable distributed file system sophisticated by Google to be used for its huge distributed data applications, primarily the search engine. It improves efficiency, reliability, scalability, transparency, security and fault tolerance despite of using cheap commodity computers and serving a large number of clients. GFS is similar with the previous distributed file systems in the goals, it divides the files into chunks of data each one is 64 MB in size and generate several copies of each data chunk. Then mounts these data chunks on several servers which could be based on global geographical locations, and that will enhance the reliability of retrieving files online and overcome any limited access to one or more servers. It will also enhance the concurrency access and control over files online due to the fact that several copies of each file do exist at the same time. GFS has successfully met Google’s storage needs, for generation and data processing such as research and development issues that need huge data sets. The biggest cluster provides hundreds of TBs of storage distributed in thousands of disks on thousand machines, and it provides concurrency access by hundreds of users.

References
  1. Ghemawat, Sanjay, Howard Gobioff, and Shun-Tak Leung. "The Google file system." ACM SIGOPS operating systems review. Vol. 37. No. 5. ACM, 2003.
  2. Lu, Lanyue, et al. "A study of Linux file system evolution." ACM Transactions on Storage (TOS) 10.1 (2014): 3.
  3. 5- Yang, Jade. "From Google File System to Omega: a Decade of Advancement in Big Data Management at Google." Big Data Computing Service and Applications (BigDataService), 2015 IEEE First International Conference on. IEEE, 2015.K. Elissa, “Title of paper if known,” unpublished.
  4. .’’www.wekipidia.com’’//last seen: Saturday, 19-12-2015.
  5. Vijayakumari, R., R. Kirankumar, and K. Gangadhara Rao. "Comparative analysis of Google File System and Hadoop Distributed File System."ICETS-International Journal of Advanced Trends in Computer Science and Engineering 3.1 (2014): 553-558.
Index Terms

Computer Science
Information Sciences

Keywords

Destributed File Systems Google File System (GFS) clustered storage data storage performance fault tolerance.