Distributed file system for cloud: Difference between revisions

Content deleted Content added
Line 40:
* The size of file can varied form many gigabytes to many terabytes. The file system should be able to support a massive number of files
* Need to support append operations and allow file contents to be visible even while a file is being written
* Communication is reliable among working machines. TCP/IP is used with an [[w:Remote_procedure_call RPC|Remote_procedure_call RPC]] communication abstraction
 
=====Examples=====