CFP last date
20 May 2024
Reseach Article

From Idea to Reality: Google File System

by Aditya Kamath, Archit Jaiswal, Kranti Dive
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 103 - Number 9
Year of Publication: 2014
Authors: Aditya Kamath, Archit Jaiswal, Kranti Dive
10.5120/18100-9165

Aditya Kamath, Archit Jaiswal, Kranti Dive . From Idea to Reality: Google File System. International Journal of Computer Applications. 103, 9 ( October 2014), 8-10. DOI=10.5120/18100-9165

@article{ 10.5120/18100-9165,
author = { Aditya Kamath, Archit Jaiswal, Kranti Dive },
title = { From Idea to Reality: Google File System },
journal = { International Journal of Computer Applications },
issue_date = { October 2014 },
volume = { 103 },
number = { 9 },
month = { October },
year = { 2014 },
issn = { 0975-8887 },
pages = { 8-10 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume103/number9/18100-9165/ },
doi = { 10.5120/18100-9165 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T22:34:05.060970+05:30
%A Aditya Kamath
%A Archit Jaiswal
%A Kranti Dive
%T From Idea to Reality: Google File System
%J International Journal of Computer Applications
%@ 0975-8887
%V 103
%N 9
%P 8-10
%D 2014
%I Foundation of Computer Science (FCS), NY, USA
Abstract

In the recent times, there has been an exposure to distributed systems that exemplify some degree of transparency predominantly through distributed file systems. Any user would like the look and feel of remote files just as the local ones. The Google File System implements such features. Instrumenting a master/slave pattern, the GFS provides appending data, taking snapshots and checkpoints which in various ways help in handling critical situations and failures. In addition, duplication of chunk servers allows faster access and retrieval of requested data.

References
  1. Distributed File System Design By Paul Krzyzanowski, Rutgers University – CS 417: Distributed Systems.
  2. Distributed Systems. Concepts & Design by George Coulouris, Jean Dollimore, Tim Kindberg and Gordon Blair (ch. 21).
  3. Survey on Google File System by Naushad UzZaman, Survey Paper for CSC 456 (Operating Systems), University of Rochester, Fall 2007 Instructed By: Sandhya Dwarkadas.
  4. [Ghemawat, Gobioff and Leung 2003] Sanjay Ghemawat, Howard Gobioff and Shun-Tak Leung, Google File System, ACM SIGOPS Operating Systems Review, 2003.
  5. S. Shepler, B. Callaghan, D. Robinson, R. Thurlow, C. Beame, M. Eisler, D. Noveck, Network File System (NFS) version 4 Protocol, RFC 3530.
  6. J. H. Morris, M. Satyanarayanan, M. H. Conner, J. H. Howard, D. S. H. Rosenthal, F. D. Smith, Andrew, a Distributed Computing Environment, Communications of the ACM 29, 03/1986.
  7. The Google File System and its Applications in MapReduce-Johannes Passing, Seminar Software Design, Winter term 2007/08, Hasso Plattner Institute for Software Systems Engineering.
Index Terms

Computer Science
Information Sciences

Keywords

GFS chunk server Meta Data.