FTP vs SFTP vs HDFS vs NTFS vs EXT2, EXT3 [closed]

走远了吗. 提交于 2019-12-25 18:39:11

问题


I just want to know how these protocols and file systems are related with each other, where each one is used.

FTP vs SFTP vs HDFS vs NTFS vs EXT2, EXT3

any help would be appreciated.

Thanks.


回答1:


FTP is an old File Transfer Protocol, similar to HTTP but specialized for moving large files.

sftp is a totally different protocol. It is tunneled over ssh and is therefore encrypted.

HDFS is the Hadoop distributed filesystem. It is designed to hold many petabytes of data in a single filesystem image.

NTFS, ext2, and ext3 are operating system specific disk filesystems. NTFS is the primary filesystem on most Windows computers. ext2 used to be the de-facto Linux filesystem and has since been replaced by ext3 and now ext4. All of the ext filesystems are related and you can upgrade from ext2 -> ext3 -> ext4 in place.



来源:https://stackoverflow.com/questions/24702681/ftp-vs-sftp-vs-hdfs-vs-ntfs-vs-ext2-ext3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!